File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Test/Unit/Component/Filters/Type Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2025 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
namespace Magento \Ui \Component \Filters \Type ;
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2025 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
@@ -221,6 +221,16 @@ public static function getPrepareDataProvider(): array
221
221
'setValue ' => '%\%% ' ,
222
222
],
223
223
],
224
+ [
225
+ [
226
+ 'name ' => 'test_date ' ,
227
+ ],
228
+ ['test_date ' => 'some \\value ' ],
229
+ [
230
+ 'setConditionType ' => 'like ' ,
231
+ 'setValue ' => '%some \\\\value% ' ,
232
+ ],
233
+ ],
224
234
[
225
235
[
226
236
'name ' => 'text_attr ' ,
You can’t perform that action at this time.
0 commit comments