Skip to content

Commit 5a3d480

Browse files
committed
Fix tests
1 parent fcd8b27 commit 5a3d480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/template/template_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class template_test extends \phpbb_template_template_test_case
1919
{
2020
protected $test_path = __DIR__;
2121

22-
protected function setup_engine(array $new_config = array())
22+
protected function setup_engine(array $new_config = array(), string $template_path = '')
2323
{
2424
global $phpbb_root_path, $phpEx;
2525

0 commit comments

Comments
 (0)