Skip to content

Commit d791d78

Browse files
minor #18002 [TwigBundle] Fix failing test on appveyor (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [TwigBundle] Fix failing test on appveyor | Q | A | ------------- | --- | Branch | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | #17434 | License | MIT | Doc PR | - Commits ------- d5bbc3c [TwigBundle] Fix failing test on appveyor
2 parents 37569be + d5bbc3c commit d791d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)