@@ -15,6 +15,7 @@ discard block |
||
15 | 15 | use Behat\Gherkin\Node\TableNode; |
16 | 16 | use Behat\Mink\Element\NodeElement; |
17 | 17 | use Doctrine\Common\Persistence\ObjectManager; |
18 | +use Sylius\Behat\Service\SharedStorageInterface; |
|
18 | 19 | use Sylius\Component\Attribute\Factory\AttributeFactoryInterface; |
19 | 20 | use Sylius\Component\Core\Formatter\StringInflector; |
20 | 21 | use Sylius\Component\Core\Model\ChannelInterface; |
@@ -24,7 +25,6 @@ discard block |
||
24 | 25 | use Sylius\Component\Core\Model\ProductVariantInterface; |
25 | 26 | use Sylius\Component\Core\Pricing\Calculators; |
26 | 27 | use Sylius\Component\Core\Repository\ProductRepositoryInterface; |
27 | -use Sylius\Behat\Service\SharedStorageInterface; |
|
28 | 28 | use Sylius\Component\Core\Uploader\ImageUploaderInterface; |
29 | 29 | use Sylius\Component\Product\Factory\ProductFactoryInterface; |
30 | 30 | use Sylius\Component\Product\Generator\SlugGeneratorInterface; |
@@ -32,11 +32,11 @@ discard block |
||
32 | 32 | use Sylius\Component\Product\Model\ProductAttributeValueInterface; |
33 | 33 | use Sylius\Component\Product\Model\ProductOptionInterface; |
34 | 34 | use Sylius\Component\Product\Model\ProductOptionValueInterface; |
35 | +use Sylius\Component\Product\Resolver\ProductVariantResolverInterface; |
|
35 | 36 | use Sylius\Component\Resource\Factory\FactoryInterface; |
36 | -use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
|
37 | 37 | use Sylius\Component\Resource\Model\TranslationInterface; |
38 | +use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
|
38 | 39 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
39 | -use Sylius\Component\Product\Resolver\ProductVariantResolverInterface; |
|
40 | 40 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
41 | 41 | |
42 | 42 | /** |