[TwigBundle] Fix failing test on appveyor

This commit is contained in:
Nicolas Grekas 2016-03-03 18:24:01 +01:00
parent 37569be45f
commit d5bbc3c6cb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class FilesystemLoaderTest extends TestCase
/**
* @expectedException \Twig_Error_Loader
* @expectedExceptionMessageRegExp /Unable to find template "name\.format\.engine" \(looked into: .*\/Tests\/Loader\/\.\.\/DependencyInjection\/Fixtures\/Resources\/views\)/
* @expectedExceptionMessageRegExp /Unable to find template "name\.format\.engine" \(looked into: .*Tests.Loader.\.\..DependencyInjection.Fixtures.Resources.views\)/
*/
public function testTwigErrorIfTemplateDoesNotExist()
{