You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultiselectFilterTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
50
50
'not_used_in_navigation' => [
51
51
'products_data' => [],
52
52
'filterable' => 0,
53
-
'expectation' => []
53
+
'expectation' => [],
54
54
],
55
55
'used_in_navigation_with_results' => [
56
56
'products_data' => [
@@ -61,7 +61,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
61
61
'expectation' => [
62
62
['label' => 'Option 1', 'count' => 1],
63
63
['label' => 'Option 2', 'count' => 1],
64
-
]
64
+
],
65
65
],
66
66
'used_in_navigation_without_results' => [
67
67
'products_data' => [
@@ -74,7 +74,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchTextFilterTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
51
51
'not_used_in_navigation' => [
52
52
'products_data' => [],
53
53
'filterable' => 0,
54
-
'expectation' => []
54
+
'expectation' => [],
55
55
],
56
56
'used_in_navigation_with_results' => [
57
57
'products_data' => [
@@ -62,7 +62,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
62
62
'expectation' => [
63
63
['label' => 'Option 1', 'count' => 1],
64
64
['label' => 'Option 2', 'count' => 1],
65
-
]
65
+
],
66
66
],
67
67
'used_in_navigation_without_results' => [
68
68
'products_data' => [
@@ -74,7 +74,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchVisualFilterTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
51
51
'not_used_in_navigation' => [
52
52
'products_data' => [],
53
53
'filterable' => 0,
54
-
'expectation' => []
54
+
'expectation' => [],
55
55
],
56
56
'used_in_navigation_with_results' => [
57
57
'products_data' => [
@@ -62,7 +62,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
62
62
'expectation' => [
63
63
['label' => 'option 1', 'count' => 1],
64
64
['label' => 'option 2', 'count' => 1],
65
-
]
65
+
],
66
66
],
67
67
'used_in_navigation_without_results' => [
68
68
'products_data' => [
@@ -74,7 +74,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
0 commit comments