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 f13e4cb commit 32bcc72Copy full SHA for 32bcc72
dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/delete_association.php
@@ -6,6 +6,6 @@
6
7
/** @var $product \Magento\Catalog\Model\Product */
8
$product = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create('Magento\Catalog\Model\Product');
9
-$product->load(1);
+$product->load(1001);
10
$product->setAssociatedProductIds([20]);
11
$product->save();
0 commit comments