Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
- fix tests for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Nov 10, 2020
1 parent bbb22e4 commit 33e6db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Database/FragmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public function testSetState(): void
$f = eval('return ' . var_export($fragment, true) . ';');
$this->assertSame(
[
'fragment' => 'some sql'
'fragment' => 'some sql',
'parameters' => []
],
$f->getTokens()
);
Expand Down

0 comments on commit 33e6db6

Please sign in to comment.