fixed tests

This commit is contained in:
Fabien Potencier 2017-06-24 09:45:07 -07:00
parent bddf9be8ce
commit bf0063e3d3

View File

@ -50,7 +50,7 @@ class ExceptionControllerTest extends TestCase
public function testFallbackToHtmlWithFullExceptionIfNoTemplateForRequestedFormatAndExceptionsShouldBeShown()
{
$twig = $this->createTwigEnv(array('TwigBundle:Exception:exception_full.html.twig' => '<html></html>'));
$twig = $this->createTwigEnv(array('@Twig/Exception/exception_full.html.twig' => '<html></html>'));
$request = $this->createRequest('txt');
$request->attributes->set('showException', true);