@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Page\Admin\Product; |
13 | 13 | |
14 | 14 | use Sylius\Behat\Page\Admin\Crud\IndexPageInterface as CrudIndexPageInterface; |
15 | -use Sylius\Component\Core\Model\ProductInterface; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @author Anna Walasek <[email protected]> |
@@ -15,8 +15,8 @@ |
||
15 | 15 | use Sylius\Bundle\CoreBundle\Validator\Constraints\UniqueReviewerEmail; |
16 | 16 | use Sylius\Bundle\CoreBundle\Validator\Constraints\UniqueReviewerEmailValidator; |
17 | 17 | use Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository; |
18 | -use Sylius\Component\Review\Model\ReviewInterface; |
|
19 | 18 | use Sylius\Component\Customer\Model\CustomerInterface; |
19 | +use Sylius\Component\Review\Model\ReviewInterface; |
|
20 | 20 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
21 | 21 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
22 | 22 | use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | 15 | use Symfony\Component\Form\FormTypeInterface; |
16 | -use Symfony\Component\OptionsResolver\OptionsResolver; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace spec\Sylius\Bundle\LocaleBundle\Listener; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter; |
8 | 7 | use Sylius\Component\Locale\Context\LocaleContextInterface; |
9 | -use Sylius\Component\Locale\Context\LocaleNotFoundException; |
|
10 | 8 | use Sylius\Component\Locale\Provider\LocaleProviderInterface; |
11 | 9 | use Symfony\Component\HttpFoundation\Request; |
12 | 10 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | 15 | use Prophecy\Argument; |
16 | 16 | use Sylius\Bundle\ResourceBundle\Form\EventSubscriber\ResourceTranslationsSubscriber; |
17 | -use Sylius\Component\Locale\Context\LocaleContextInterface; |
|
18 | 17 | use Sylius\Component\Resource\Provider\AvailableLocalesProviderInterface; |
19 | 18 | use Sylius\Component\Resource\Provider\LocaleProviderInterface; |
20 | 19 | use Symfony\Component\Form\FormBuilderInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; |
17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; |
18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; |
@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace spec\Sylius\Bundle\OrderBundle\NumberGenerator; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Sylius\Bundle\OrderBundle\NumberGenerator\SequentialOrderNumberGenerator; |
|
16 | 15 | use Sylius\Bundle\OrderBundle\NumberGenerator\OrderNumberGeneratorInterface; |
16 | +use Sylius\Bundle\OrderBundle\NumberGenerator\SequentialOrderNumberGenerator; |
|
17 | 17 | use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository; |
18 | 18 | use Sylius\Component\Order\Model\OrderInterface; |
19 | 19 | use Sylius\Component\Order\Model\OrderSequenceInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; |
17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; |
18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; |
17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; |
18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; |