mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/twig] Fix template test case
PHPBB3-11598
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user