Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jun 11, 2024
1 parent 2ad648d commit 56edfd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Database/Unit/Query/Tokens/SelectQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public function testBuildQuery(): void
'limit' => null,
'offset' => null,
'union' => [],
'intersect' => [],
'except' => [],
],
$select->getTokens(),
);
Expand Down

0 comments on commit 56edfd4

Please sign in to comment.