Skip to content

Commit d5bbc3c

Browse files
[TwigBundle] Fix failing test on appveyor
1 parent 37569be commit d5bbc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testTwigErrorIfLocatorReturnsFalse()
101101

102102
/**
103103
* @expectedException \Twig_Error_Loader
104-
* @expectedExceptionMessageRegExp /Unable to find template "name\.format\.engine" \(looked into: .*\/Tests\/Loader\/\.\.\/DependencyInjection\/Fixtures\/Resources\/views\)/
104+
* @expectedExceptionMessageRegExp /Unable to find template "name\.format\.engine" \(looked into: .*Tests.Loader.\.\..DependencyInjection.Fixtures.Resources.views\)/
105105
*/
106106
public function testTwigErrorIfTemplateDoesNotExist()
107107
{

0 commit comments

Comments
 (0)