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 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2025 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Ui \Component \Filters \Type ;
77
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2025 Adobe
4+ * All Rights Reserved .
55 */
66declare (strict_types=1 );
77
@@ -221,6 +221,16 @@ public static function getPrepareDataProvider(): array
221221 'setValue ' => '%\%% ' ,
222222 ],
223223 ],
224+ [
225+ [
226+ 'name ' => 'test_date ' ,
227+ ],
228+ ['test_date ' => 'some \\value ' ],
229+ [
230+ 'setConditionType ' => 'like ' ,
231+ 'setValue ' => '%some \\\\value% ' ,
232+ ],
233+ ],
224234 [
225235 [
226236 'name ' => 'text_attr ' ,
You can’t perform that action at this time.
0 commit comments