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 0b86f93 commit 2d34004Copy full SHA for 2d34004
dev/tests/functional/tests/app/Magento/Swatches/Test/Block/Product/ProductList/ProductItem.php
@@ -37,7 +37,7 @@ public function fillData(\Magento\ConfigurableProduct\Test\Fixture\ConfigurableP
37
38
foreach ($options as $option) {
39
if (!isset($attributes[$option['title']])
40
- || stripos ($attributes[$option['title']]->getFrontendInput(), "swatch") === false
+ || stripos($attributes[$option['title']]->getFrontendInput(), "swatch") === false
41
) {
42
continue;
43
}
0 commit comments