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 09cd013 commit afe3cd9Copy full SHA for afe3cd9
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php
@@ -1492,7 +1492,7 @@ public function testFilteringForProductsFromMultipleCategories()
1492
$actualProducts[$linkProduct->getSku()] = $product->getName();
1493
}
1494
1495
- $expectedProducts = array_column($response['products']['items'],"name","sku");
+ $expectedProducts = array_column($response['products']['items'], "name", "sku");
1496
$this->assertEquals($expectedProducts, $actualProducts);
1497
1498
0 commit comments