Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/reorganize-tests' into reorganiz…
Browse files Browse the repository at this point in the history
…e-tests
  • Loading branch information
arogachev committed Oct 15, 2024
2 parents bf0eef2 + 33b3338 commit 75cccbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Pgsql/ReaderWithFilter/ReaderWithLikeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public static function dataWithReader(): array
$data['search: contains, same case, case sensitive: true'] = ['email', 'ed@be', true, [2]];
$data['search: contains, different case, case sensitive: true'] = ['email', 'SEED@', true, []];
// TODO: Remove after changes in yiisoft/db
unset($data['search: contains, different case, case sensitive: null']);
unset($data['search: contains, different case, case sensitive: false']);
unset($data['search: contains, different case, case sensitive: null'], $data['search: contains, different case, case sensitive: false']);


return $data;
}
Expand Down

0 comments on commit 75cccbc

Please sign in to comment.