mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/16977] Fix broken tests
PHPBB3-16977
This commit is contained in:
@@ -70,7 +70,7 @@ class phpbb_pagination_pagination_test extends phpbb_template_template_test_case
|
||||
new \phpbb\auth\auth(),
|
||||
new \phpbb\cache\driver\dummy(),
|
||||
$this->config,
|
||||
new \phpbb\cron\manager($mock_container, $this->routing_helper, '', 'php'),
|
||||
new \phpbb\cron\manager($mock_container, $this->routing_helper, '', 'php', null),
|
||||
$db,
|
||||
new phpbb_mock_event_dispatcher(),
|
||||
new \phpbb\language\language(new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx)),
|
||||
|
Reference in New Issue
Block a user