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