Skip to content

Commit

Permalink
Update tests/Provider/QueryBuilderProvider.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
Tigrov and vjik authored Apr 7, 2024
1 parent 5a0ac86 commit ce78582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Provider/QueryBuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ public static function selectScalar(): array
{
return [
[1, 'SELECT 1'],
['custom_string', 'SELECT "custom_string"'],
[true, 'SELECT TRUE'],
[false, 'SELECT FALSE'],
[12.34, 'SELECT 12.34'],
Expand Down

0 comments on commit ce78582

Please sign in to comment.