8000 fixed tests · symfony/symfony@bf0063e · GitHub
[go: up one dir, main page]

Skip to content

Commit bf0063e

Browse files
committed
fixed tests
1 parent bddf9be commit bf0063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testFallbackToHtmlIfNoTemplateForRequestedFormat()
5050

5151
public function testFallbackToHtmlWithFullExceptionIfNoTemplateForRequestedFormatAndExceptionsShouldBeShown()
5252
{
53-
$twig = $this->createTwigEnv(array('TwigBundle:Exception:exception_full.html.twig' => '<html></html>'));
53+
$twig = $this->createTwigEnv(array('@Twig/Exception/exception_full.html.twig' => '<html></html>'));
5454

5555
$request = $this->createRequest('txt');
5656
$request->attributes->set('showException', true);

0 commit comments

Comments
 (0)
0