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 c748969 commit 1a6b27fCopy full SHA for 1a6b27f
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryTest.php
@@ -111,7 +111,7 @@ public function testCategoriesTree()
111
$responseDataObject->getData('category/url_key')
112
);
113
self::assertEquals(
114
- [],
+ null,
115
$responseDataObject->getData('category/children/0/available_sort_by')
116
117
@@ -185,7 +185,7 @@ public function testRootCategoryTree()
185
186
187
188
189
190
191
0 commit comments