1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16977] Fix broken tests

PHPBB3-16977
This commit is contained in:
lionel-rowe
2022-04-03 20:46:44 +01:00
parent 87c1e631ef
commit e53102fead
5 changed files with 15 additions and 15 deletions

View File

@@ -212,7 +212,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -275,7 +275,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -338,7 +338,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -401,7 +401,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -464,7 +464,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -527,7 +527,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -587,7 +587,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -650,7 +650,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,
@@ -701,7 +701,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$this->auth,
$this->cache,
$this->config,
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php'),
new \phpbb\cron\manager($mock_container, $this->routing_helper, $this->root_path, 'php', null),
$this->db,
$this->dispatcher,
$this->language,