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 cd58124 commit b25b512Copy full SHA for b25b512
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/LinkManagementTest.php
@@ -178,7 +178,6 @@ public function testConfigurableOptionPositionPreservation()
178
$position++;
179
}
180
181
- // Validating initial attribute and option numbers
182
$this->assertArrayHasKey($attributesToAdd[0], $attributeOptions);
183
$this->assertArrayHasKey($attributesToAdd[1], $attributeOptions);
184
$this->assertCount(4, $attributeOptions[$attributesToAdd[0]]);
0 commit comments