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 37569be commit d5bbc3cCopy full SHA for d5bbc3c
src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php
@@ -101,7 +101,7 @@ public function testTwigErrorIfLocatorReturnsFalse()
101
102
/**
103
* @expectedException \Twig_Error_Loader
104
- * @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\)/
105
*/
106
public function testTwigErrorIfTemplateDoesNotExist()
107
{
0 commit comments