From e8c05e96328310fb4ec61b6c7b0674e7e6257809 Mon Sep 17 00:00:00 2001 From: fabien Date: Sat, 28 Nov 2009 11:03:10 +0000 Subject: [PATCH] fixed typo in the tests git-svn-id: http://svn.twig-project.org/trunk@145 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- test/unit/integrationTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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)))); } } } -- 1.7.2.5