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 b9b9d5e commit cf1df1cCopy full SHA for cf1df1c
dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/IndexerBuilderTest.php
@@ -112,7 +112,7 @@ protected function prepareProducts()
112
$product->load($product->getId());
113
$this->product = $product;
114
115
- $this->product->setData('test_attribute', 'test_attribute_value')->save();
+ $this->product->setStoreId(0)->setData('test_attribute', 'test_attribute_value')->save();
116
$this->productSecond = clone $this->product;
117
$this->productSecond->setId(null)->setUrlKey('product-second')->save();
118
$this->productThird = clone $this->product;
0 commit comments