From: fabien Date: Sat, 28 Nov 2009 11:03:10 +0000 (+0000) Subject: fixed typo in the tests X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=e8c05e96328310fb4ec61b6c7b0674e7e6257809;p=konrad%2Ftwig.git fixed typo in the tests git-svn-id: http://svn.twig-project.org/trunk@145 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- diff --git a/test/unit/integrationTest.php b/test/unit/integrationTest.php index 4a63bb0..8f35815 100644 --- a/test/unit/integrationTest.php +++ b/test/unit/integrationTest.php @@ -78,7 +78,7 @@ foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($fixturesD foreach (array_keys($templates) as $name) { list($source, ) = $loader->getSource($name); - $t->comment($twig->compile($twig->parse($twig->tokenize($source)))); + $t->comment($twig->compile($twig->parse($twig->tokenize($source, $name)))); } } }