diff --git a/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php b/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php index 0ee259fb7b..269e029a08 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php +++ b/src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php @@ -48,7 +48,7 @@ class FilesystemLoaderTest extends TestCase ; $loader = new FilesystemLoader($locator, $parser); - return $this->assertTrue($loader->exists($template)); + $this->assertTrue($loader->exists($template)); } /**