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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user