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