Fixing use of non-existent method name.

This commit is contained in:
Mark Story
2011-03-30 07:32:06 -04:00
parent 36516f67f2
commit bc4d8b32cd
+1 -1
View File
@@ -53,7 +53,7 @@ class Twig_Tests_IntegrationTest extends PHPUnit_Framework_TestCase
try {
$template = $twig->loadTemplate('index.twig');
} catch (Twig_Error_Syntax $e) {
$e->setFilename($file);
$e->setTemplateFile($file);
throw $e;
} catch (Exception $e) {