fixed typo in the tests
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sat, 28 Nov 2009 11:03:10 +0000 (11:03 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sat, 28 Nov 2009 11:03:10 +0000 (11:03 +0000)
git-svn-id: http://svn.twig-project.org/trunk@145 93ef8e89-cb99-4229-a87c-7fa0fa45744b

test/unit/integrationTest.php

index 4a63bb0..8f35815 100644 (file)
@@ -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))));
       }
     }
   }