Skip to content

Commit a128469

Browse files
committed
Fix tests
1 parent 815f140 commit a128469

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
@@ -40,7 +40,7 @@ class template_test extends phpbb_template_template_test_case
4040
{
4141
protected $test_path = __DIR__;
4242

43-
protected function setup_engine(array $new_config = array()): void
43+
protected function setup_engine(array $new_config = array(), string $template_path = ''): void
4444
{
4545
global $phpbb_root_path, $phpEx;
4646

0 commit comments

Comments
 (0)