mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/17519] Add unit tests for task wrapper
PHPBB-17519
This commit is contained in:
@@ -15,7 +15,7 @@ require_once __DIR__ . '/template_test_case.php';
|
||||
|
||||
class phpbb_template_template_test_case_with_tree extends phpbb_template_template_test_case
|
||||
{
|
||||
protected function setup_engine(array $new_config = array())
|
||||
protected function setup_engine(array $new_config = array(), string $template_path = '')
|
||||
{
|
||||
global $phpbb_root_path, $phpEx, $user;
|
||||
|
||||
|
Reference in New Issue
Block a user