mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/16977] Fix broken tests
PHPBB3-16977
This commit is contained in:
@@ -105,7 +105,7 @@ class phpbb_console_command_cron_list_test extends phpbb_test_case
|
||||
$mock_container = new phpbb_mock_container_builder();
|
||||
$mock_container->set('cron.task_collection', []);
|
||||
|
||||
$this->cron_manager = new \phpbb\cron\manager($mock_container, $routing_helper, $phpbb_root_path, $pathEx);
|
||||
$this->cron_manager = new \phpbb\cron\manager($mock_container, $routing_helper, $phpbb_root_path, $pathEx, null);
|
||||
$this->cron_manager->load_tasks($tasks);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user