Skip to content

Commit 76339fc

Browse files
no message
1 parent 15cf094 commit 76339fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/BaseVariadicFunctionTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function throws_an_exception_when_lexer_is_not_populated_with_a_lookahead
2828
->willReturn(new Configuration());
2929

3030
$query = new Query($em);
31-
$query->setDQL('TRUE');
31+
$query->setDQL('SELECT 1');
3232

3333
$parser = new Parser($query);
3434
$parser->getLexer()->moveNext();

0 commit comments

Comments
 (0)