mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
fixed error reporting in integration tests
git-svn-id: http://svn.twig-project.org/trunk@192 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
@@ -96,7 +96,7 @@ foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($fixturesD
|
||||
|
||||
foreach (array_keys($templates) as $name)
|
||||
{
|
||||
list($source, ) = $loader->getSource($name);
|
||||
$source = $loader->getSource($name);
|
||||
$t->comment($twig->compile($twig->parse($twig->tokenize($source, $name))));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user