We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aca495 commit 1b4963bCopy full SHA for 1b4963b
src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php
@@ -115,7 +115,7 @@ public function testTwigErrorIfTemplateDoesNotExist()
115
$method->setAccessible(true);
116
$method->invoke($loader, 'name.format.engine');
117
}
118
-
+
119
public function testTwigSoftErrorIfTemplateDoesNotExist()
120
{
121
$parser = $this->getMock('Symfony\Component\Templating\TemplateNameParserInterface');
0 commit comments