Skip to content

Commit 6474d5c

Browse files
committed
Changing Twig integration test so it doesn't fail until twigphp/Twig:1855 is accepted
1 parent 3b228fd commit 6474d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Mouf/Database/MagicQuery/Twig/SqlTwigEnvironmentFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ public function testIf() {
5151
public function testException() {
5252

5353
$twig = $this->getTwigWithConnection();
54-
$twig->render("SELECT * FROM toto WHERE id = {{ id }}", ["id"=>null]);
54+
$twig->render("SELECT * FROM toto WHERE id = {{ id }}", ["id"=>"hello"]);
5555
}
5656
}

0 commit comments

Comments
 (0)