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 7dd2cca commit 4af113aCopy full SHA for 4af113a
app/code/Magento/Catalog/Test/Fixture/Category.php
@@ -27,7 +27,7 @@ class Category implements RevertibleDataFixtureInterface
27
'include_in_menu' => true,
28
'available_sort_by' => [],
29
'custom_attributes' => [
30
- 'default_sort_by' => ['name']
+ 'default_sort_by' => 'position'
31
],
32
'extension_attributes' => [],
33
'created_at' => null,
0 commit comments