File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222/** @var ProductRepositoryInterface $productRepository */
2323$ productRepository = Bootstrap::getObjectManager ()
24- ->create (ProductRepositoryInterface::class);
24+ ->get (ProductRepositoryInterface::class);
2525
2626/** @var $installer CategorySetup */
2727$ installer = Bootstrap::getObjectManager ()->create (CategorySetup::class);
105105$ registry ->unregister ('isSecureArea ' );
106106$ registry ->register ('isSecureArea ' , true );
107107try {
108- $ productToDelete = $ productRepository ->getById (11 );
108+ $ productToDelete = $ productRepository ->getById (111 );
109109 $ productRepository ->delete ($ productToDelete );
110110
111111 /** @var \Magento\Quote\Model\ResourceModel\Quote\Item $itemResource */
You can’t perform that action at this time.
0 commit comments