We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815f140 commit a128469Copy full SHA for a128469
tests/template/template_test.php
@@ -40,7 +40,7 @@ class template_test extends phpbb_template_template_test_case
40
{
41
protected $test_path = __DIR__;
42
43
- protected function setup_engine(array $new_config = array()): void
+ protected function setup_engine(array $new_config = array(), string $template_path = ''): void
44
45
global $phpbb_root_path, $phpEx;
46
0 commit comments