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:
fabien
2009-12-22 06:44:59 +00:00
parent 80871d95bc
commit 8d1648e5bd
+1 -1
View File
@@ -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))));
}
}