[feature/twig] Fix template test case

PHPBB3-11598
This commit is contained in:
Nathaniel Guse 2013-07-02 11:21:05 -05:00
parent 02a8150bb6
commit 9dce2b28af

View file

@ -29,7 +29,7 @@ class phpbb_template_template_test_case extends phpbb_test_case
try
{
$this->assertTrue($this->template->display($handle, false));
$this->template->display($handle, false);
}
catch (Exception $exception)
{