@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Behat\Page\Product; |
13 | 13 | |
14 | -use SensioLabs\Behat\PageObjectExtension\PageObject\Factory; |
|
15 | 14 | use Sylius\Behat\Page\SymfonyPage; |
16 | 15 | use Sylius\Component\Product\Model\ProductInterface; |
17 | 16 |
@@ -13,8 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Behat\Behat\Context\Context; |
15 | 15 | use PhpSpec\ObjectBehavior; |
16 | -use Prophecy\Argument; |
|
17 | -use SensioLabs\Behat\PageObjectExtension\PageObject\Factory; |
|
18 | 16 | use Sylius\Behat\Page\Customer\CustomerShowPage; |
19 | 17 | use Sylius\Behat\Page\Customer\CustomersIndexPage; |
20 | 18 | use Sylius\Component\Core\Test\Services\SharedStorageInterface; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Sylius\Behat\Page; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject; |
8 | 7 | use Sylius\Behat\Page\Page; |
9 | 8 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Sylius\Behat\Page; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject; |
8 | 7 | use Sylius\Behat\Page\Page; |
9 | 8 |
@@ -11,7 +11,6 @@ discard block |
||
11 | 11 | |
12 | 12 | namespace spec\Sylius\Behat; |
13 | 13 | |
14 | -use Behat\Mink\Session; |
|
15 | 14 | use PhpSpec\ObjectBehavior; |
16 | 15 | use Prophecy\Argument; |
17 | 16 | use Sylius\Behat\CookieSetterInterface; |
@@ -19,7 +18,6 @@ discard block |
||
19 | 18 | use Sylius\Component\Core\Model\UserInterface; |
20 | 19 | use Sylius\Component\User\Repository\UserRepositoryInterface; |
21 | 20 | use Symfony\Component\HttpFoundation\Session\SessionInterface; |
22 | -use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
|
23 | 21 | |
24 | 22 | /** |
25 | 23 | * @author Arkadiusz Krakowiak <[email protected]> |
@@ -12,11 +12,8 @@ |
||
12 | 12 | namespace spec\Sylius\Behat\Context\Domain; |
13 | 13 | |
14 | 14 | use Behat\Behat\Context\Context; |
15 | -use Behat\Mink\Exception\ExpectationException; |
|
16 | -use Behat\Mink\Tests\Exception\ExpectationExceptionTest; |
|
17 | 15 | use PhpSpec\Exception\Example\NotEqualException; |
18 | 16 | use PhpSpec\ObjectBehavior; |
19 | -use Prophecy\Argument; |
|
20 | 17 | use Sylius\Component\Core\Model\OrderInterface; |
21 | 18 | use Sylius\Component\Core\Repository\OrderRepositoryInterface; |
22 | 19 |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Sylius\Component\Promotion\Model\PromotionInterface; |
21 | 21 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
22 | 22 | use Sylius\Component\Resource\Factory\FactoryInterface; |
23 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
24 | 23 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
25 | 24 | |
26 | 25 | /** |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Sylius\Component\Promotion\Model\PromotionInterface; |
21 | 21 | use Sylius\Component\Promotion\Model\PromotionSubjectInterface; |
22 | 22 | use Sylius\Component\Resource\Factory\FactoryInterface; |
23 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
24 | 23 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
25 | 24 | |
26 | 25 | /** |
@@ -13,10 +13,8 @@ |
||
13 | 13 | |
14 | 14 | use Behat\Behat\Context\Context; |
15 | 15 | use PhpSpec\ObjectBehavior; |
16 | -use Prophecy\Argument; |
|
17 | 16 | use Sylius\Component\Payment\Model\PaymentMethod; |
18 | 17 | use Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface; |
19 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
20 | 18 | |
21 | 19 | /** |
22 | 20 | * @author Łukasz Chruściel <[email protected]> |