mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/twig] Fix template test case
PHPBB3-11598
This commit is contained in:
parent
02a8150bb6
commit
9dce2b28af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue