We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eafd5f commit fd93315Copy full SHA for fd93315
dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable.php
@@ -23,7 +23,7 @@
23
24
/** @var ProductRepositoryInterface $productRepository */
25
$productRepository = Bootstrap::getObjectManager()
26
- ->create(ProductRepositoryInterface::class);
+ ->get(ProductRepositoryInterface::class);
27
/** @var $installer CategorySetup */
28
$installer = Bootstrap::getObjectManager()->create(CategorySetup::class);
29
$eavConfig = Bootstrap::getObjectManager()->get(Config::class);
0 commit comments