@@ -15,16 +15,16 @@ |
||
15 | 15 | use Sylius\Behat\NotificationType; |
16 | 16 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; |
17 | 17 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; |
18 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
18 | 19 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; |
19 | 20 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; |
20 | 21 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; |
21 | 22 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; |
22 | 23 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; |
23 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
24 | 24 | use Sylius\Behat\Service\NotificationCheckerInterface; |
25 | 25 | use Sylius\Behat\Service\Resolver\CurrentProductPageResolverInterface; |
26 | -use Sylius\Component\Core\Model\ProductInterface; |
|
27 | 26 | use Sylius\Behat\Service\SharedStorageInterface; |
27 | +use Sylius\Component\Core\Model\ProductInterface; |
|
28 | 28 | use Sylius\Component\Taxonomy\Model\TaxonInterface; |
29 | 29 | use Webmozart\Assert\Assert; |
30 | 30 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\ReviewBundle\Validator\Constraints; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository; |
15 | -use Sylius\Component\Core\Model\AdminUserInterface; |
|
16 | 15 | use Sylius\Component\Review\Model\ReviewerInterface; |
17 | 16 | use Sylius\Component\User\Model\UserInterface; |
18 | 17 | use Sylius\Component\User\Repository\UserRepositoryInterface; |
@@ -18,8 +18,6 @@ |
||
18 | 18 | use Sylius\Behat\Page\SymfonyPage; |
19 | 19 | use Sylius\Component\Core\Factory\AddressFactoryInterface; |
20 | 20 | use Sylius\Component\Core\Model\AddressInterface; |
21 | -use Sylius\Component\Locale\Context\LocaleContextInterface; |
|
22 | -use Symfony\Component\Intl\Intl; |
|
23 | 21 | use Symfony\Component\Routing\RouterInterface; |
24 | 22 | use Webmozart\Assert\Assert; |
25 | 23 |
@@ -12,8 +12,8 @@ |
||
12 | 12 | namespace Sylius\Behat\Context\Ui\Shop; |
13 | 13 | |
14 | 14 | use Behat\Behat\Context\Context; |
15 | -use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
|
16 | 15 | use Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface; |
16 | +use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
|
17 | 17 | use Sylius\Behat\Page\Shop\Taxon\ShowPageInterface as TaxonShowPageInterface; |
18 | 18 | use Sylius\Component\Core\Model\ProductInterface; |
19 | 19 | use Sylius\Component\Core\Model\TaxonInterface; |
@@ -12,12 +12,9 @@ |
||
12 | 12 | namespace Sylius\Bundle\PromotionBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
15 | -use Sylius\Component\Resource\Factory\Factory; |
|
16 | 15 | use Symfony\Component\Config\FileLocator; |
17 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
18 | -use Symfony\Component\DependencyInjection\Definition; |
|
19 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
20 | -use Symfony\Component\DependencyInjection\Parameter; |
|
21 | 18 | use Symfony\Component\DependencyInjection\Reference; |
22 | 19 | |
23 | 20 | /** |