@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Page\Shop\Cart; |
13 | 13 | |
14 | 14 | use Sylius\Behat\Page\PageInterface; |
15 | -use Sylius\Component\Product\Model\ProductInterface; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @author Łukasz Chruściel <[email protected]> |
@@ -13,8 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Behat\Mink\Element\NodeElement; |
15 | 15 | use Behat\Mink\Session; |
16 | -use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
|
17 | -use Symfony\Component\Routing\RequestContext; |
|
18 | 16 | use Symfony\Component\Routing\RouterInterface; |
19 | 17 | |
20 | 18 | /** |
@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Behat; |
13 | 13 | |
14 | 14 | use Mockery\MockInterface; |
15 | +use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |
|
15 | 16 | use Payum\Core\Bridge\Guzzle\HttpClient; |
16 | 17 | use PhpSpec\ObjectBehavior; |
17 | -use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |
|
18 | 18 | use Sylius\Behat\Service\Mocker\MockerInterface; |
19 | 19 | |
20 | 20 | /** |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Sylius\Component\Core\Model\UserInterface; |
19 | 19 | use Sylius\Component\User\Repository\UserRepositoryInterface; |
20 | 20 | use Symfony\Component\HttpFoundation\Session\SessionInterface; |
21 | -use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
|
22 | 21 | |
23 | 22 | /** |
24 | 23 | * @author Arkadiusz Krakowiak <[email protected]> |
@@ -22,8 +22,8 @@ |
||
22 | 22 | use Sylius\Bundle\AddressingBundle\Form\Type\ZoneType; |
23 | 23 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
24 | 24 | use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
25 | -use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
26 | 25 | use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
26 | +use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
27 | 27 | use Sylius\Component\Addressing\Model\Address; |
28 | 28 | use Sylius\Component\Addressing\Model\AddressInterface; |
29 | 29 | use Sylius\Component\Addressing\Model\Country; |
@@ -16,8 +16,6 @@ |
||
16 | 16 | use Sylius\Component\Core\Model\CustomerInterface; |
17 | 17 | use Sylius\Component\Core\Model\OrderInterface; |
18 | 18 | use Sylius\Component\Core\Model\UserInterface; |
19 | -use Sylius\Component\Core\OrderCheckoutStates; |
|
20 | -use Sylius\Component\Core\OrderCheckoutTransitions; |
|
21 | 19 | use Sylius\Component\Core\SyliusCheckoutEvents; |
22 | 20 | use Sylius\Component\Resource\Event\ResourceEvent; |
23 | 21 | use Sylius\Component\Resource\Model\ResourceInterface; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Doctrine\Common\Persistence\ObjectManager; |
15 | 15 | use Sylius\Bundle\CoreBundle\DataFixtures\DataFixture; |
16 | -use Sylius\Component\Currency\Model\CurrencyInterface; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * Default currency fixtures. |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Sylius\Bundle\CoreBundle\Sitemap\Factory\SitemapUrlFactoryInterface; |
15 | 15 | use Sylius\Bundle\CoreBundle\Sitemap\Model\ChangeFrequency; |
16 | -use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapUrlInterface; |
|
17 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
18 | 17 | use Symfony\Component\Routing\RouterInterface; |
19 | 18 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Prophecy\Argument; |
16 | 16 | use Sylius\Bundle\FlowBundle\Process\Builder\ProcessBuilderInterface; |
17 | 17 | use Sylius\Bundle\FlowBundle\Process\Scenario\ProcessScenarioInterface; |
18 | -use Sylius\Component\Cart\Model\CartInterface; |
|
19 | 18 | use Sylius\Component\Cart\Provider\CartProviderInterface; |
20 | 19 | use Sylius\Component\Core\Model\OrderInterface; |
21 | 20 | use Sylius\Component\Core\Model\PaymentInterface; |