mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
Fixing use of non-existent method name.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user