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 49cf10c commit 9fd9d68Copy full SHA for 9fd9d68
app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/Filter/TextFilterConfigProviderTest.php
@@ -48,17 +48,17 @@ public function getConfigDataProvider(): array
48
'grid_filter_condition_type' => 1
49
],
50
[
51
- 'conditionType' => 'eq',
52
- 'valueExpression' => null
+ 'conditionType' => 'like',
+ 'valueExpression' => '%s%%',
53
]
54
55
56
57
'grid_filter_condition_type' => 2
58
59
60
- 'conditionType' => 'like',
61
- 'valueExpression' => '%s%%'
+ 'conditionType' => 'eq',
+ 'valueExpression' => null
62
63
64
];
0 commit comments