mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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
|
try
|
||||||
{
|
{
|
||||||
$this->assertTrue($this->template->display($handle, false));
|
$this->template->display($handle, false);
|
||||||
}
|
}
|
||||||
catch (Exception $exception)
|
catch (Exception $exception)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user