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: app/code/Magento/Elasticsearch6/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/Resolver/DefaultResolverTest.php
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ protected function setUp()
66
66
* @param $fieldType
67
67
* @param $attributeCode
68
68
* @param $frontendInput
69
+
* @param $isSortable
69
70
* @param $context
70
71
* @param $expected
71
72
* @return void
@@ -74,6 +75,7 @@ public function testGetFieldName(
74
75
$fieldType,
75
76
$attributeCode,
76
77
$frontendInput,
78
+
$isSortable,
77
79
$context,
78
80
$expected
79
81
) {
@@ -82,14 +84,17 @@ public function testGetFieldName(
0 commit comments