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 bddf9be commit bf0063eCopy full SHA for bf0063e
src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php
@@ -50,7 +50,7 @@ public function testFallbackToHtmlIfNoTemplateForRequestedFormat()
50
51
public function testFallbackToHtmlWithFullExceptionIfNoTemplateForRequestedFormatAndExceptionsShouldBeShown()
52
{
53
- $twig = $this->createTwigEnv(array('TwigBundle:Exception:exception_full.html.twig' => '<html></html>'));
+ $twig = $this->createTwigEnv(array('@Twig/Exception/exception_full.html.twig' => '<html></html>'));
54
55
$request = $this->createRequest('txt');
56
$request->attributes->set('showException', true);
0 commit comments