@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Context\Ui\Shop; |
13 | 13 | |
14 | 14 | use Behat\Behat\Context\Context; |
15 | -use Behat\Mink\Exception\ElementNotFoundException; |
|
16 | -use Behat\Mink\Exception\Exception; |
|
17 | 15 | use Sylius\Behat\NotificationType; |
18 | 16 | use Sylius\Behat\Page\PageInterface; |
19 | 17 | use Sylius\Behat\Page\Shop\Account\ChangePasswordPageInterface; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Symfony\Component\Config\FileLocator; |
16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
18 | -use Symfony\Component\DependencyInjection\Reference; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sylius\Component\Resource\Metadata\MetadataInterface; |
18 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
19 | 19 | use Symfony\Component\DependencyInjection\Definition; |
20 | -use Symfony\Component\DependencyInjection\Parameter; |
|
21 | 20 | use Symfony\Component\DependencyInjection\Reference; |
22 | 21 | |
23 | 22 | /** |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Sylius\Component\Core\Model\OrderInterface; |
16 | 16 | use Sylius\Component\Core\Model\OrderItemInterface; |
17 | 17 | use Sylius\Component\Core\Model\OrderItemUnitInterface; |
18 | -use Sylius\Component\Promotion\Action\PromotionActionCommandInterface; |
|
19 | 18 | use Sylius\Component\Promotion\Model\PromotionInterface; |
20 | 19 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
21 | 20 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Sylius\Component\Core\Model\OrderInterface; |
16 | 16 | use Sylius\Component\Core\Model\OrderItemInterface; |
17 | 17 | use Sylius\Component\Core\Model\OrderItemUnitInterface; |
18 | -use Sylius\Component\Promotion\Action\PromotionActionCommandInterface; |
|
19 | 18 | use Sylius\Component\Promotion\Model\PromotionInterface; |
20 | 19 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
21 | 20 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Doctrine\ORM\EntityManager; |
15 | 15 | use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository; |
16 | -use Sylius\Component\Order\Model\OrderInterface; |
|
17 | 16 | use Sylius\Component\Order\Model\OrderSequenceInterface; |
18 | 17 | use Sylius\Component\Resource\Factory\Factory; |
19 | 18 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Context\Setup; |
13 | 13 | |
14 | 14 | use Behat\Behat\Context\Context; |
15 | -use Doctrine\Common\Persistence\ObjectManager; |
|
16 | 15 | use Sylius\Component\Core\Model\CustomerInterface; |
17 | 16 | use Sylius\Component\Core\Model\ProductInterface; |
18 | 17 | use Sylius\Behat\Service\SharedStorageInterface; |
@@ -14,9 +14,7 @@ |
||
14 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
15 | 15 | use Symfony\Component\Config\FileLocator; |
16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
17 | -use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
|
18 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
19 | -use Symfony\Component\DependencyInjection\Reference; |
|
20 | 18 | |
21 | 19 | /** |
22 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Sylius\Component\Payment\Model\PaymentInterface as BasePaymentInterface; |
19 | 19 | use Sylius\Component\Promotion\Model\CouponInterface as BaseCouponInterface; |
20 | 20 | use Sylius\Component\Promotion\Model\PromotionInterface as BasePromotionInterface; |
21 | -use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
|
22 | 21 | use Sylius\Component\User\Model\CustomerInterface as BaseCustomerInterface; |
23 | 22 | |
24 | 23 | /** |