File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
dev/tests/integration/testsuite/Magento/GraphQl/Quote/_files Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 22
22
/** @var CartRepositoryInterface $cartRepository */
23
23
$ cartRepository = Bootstrap::getObjectManager ()->get (CartRepositoryInterface::class);
24
24
25
- /** @var $attribute \Magento\Catalog\Model\ResourceModel\Eav\Attribute */
26
-
27
25
/** @var $product \Magento\Catalog\Model\Product */
28
- $ productRepository = Bootstrap::getObjectManager ()->create (ProductRepositoryInterface::class);
29
26
$ product = $ productRepository ->get ('configurable ' );
30
- /* Create simple products per each option */
31
27
/** @var $options \Magento\Eav\Model\ResourceModel\Entity\Attribute\Option\Collection */
32
28
$ options = Bootstrap::getObjectManager ()->create (
33
29
\Magento \Eav \Model \ResourceModel \Entity \Attribute \Option \Collection::class
You can’t perform that action at this time.
0 commit comments