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 74a2c31 commit 74353edCopy full SHA for 74353ed
dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php
@@ -175,6 +175,7 @@ public function testImportDelete()
175
$index = 0;
176
$ids = [];
177
$origPricingData = [];
178
+ $skus = ['simple'];
179
while (isset($skus[$index])) {
180
$ids[$index] = $productRepository->get($skus[$index])->getId();
181
$origPricingData[$index] = $this->objectManager->create(\Magento\Catalog\Model\Product::class)
0 commit comments