Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Sep 27, 2023
1 parent 5c7efc7 commit 7e8c073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Provider/QueryBuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,10 @@ public static function buildFrom(): array
),
['param1' => 'A', 'param2' => 'B'],
],
'no table' => [
[],
'SELECT *',
],
];
}

Expand Down

0 comments on commit 7e8c073

Please sign in to comment.