@@ -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 |
@@ -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 |
@@ -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 |