Skip to content

Commit

Permalink
Improve DataFilterTest (#19341)
Browse files Browse the repository at this point in the history
  • Loading branch information
charescape committed Apr 8, 2022
1 parent 4e1a37d commit e352649
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/framework/data/DataFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,18 @@ public function dataProviderNormalize()
],
],
],
[
[
'name' => [
'like' => 'foo',
],
],
[
'name' => [
'LIKE' => 'foo',
],
],
],
[
[
'and' => [
Expand Down

0 comments on commit e352649

Please sign in to comment.