From 8d1648e5bd764aa35f29ab5b9b73cb77fed8a304 Mon Sep 17 00:00:00 2001 From: fabien Date: Tue, 22 Dec 2009 06:44:59 +0000 Subject: [PATCH] fixed error reporting in integration tests git-svn-id: http://svn.twig-project.org/trunk@192 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 97ce241..a347c43 100644 --- a/test/unit/integrationTest.php +++ b/test/unit/integrationTest.php @@ -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)))); } } -- 1.7.2.5