mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -114,6 +114,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_test_case
|
||||
$cache_path,
|
||||
null,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
@@ -81,6 +81,7 @@ class phpbb_email_parsing_test extends phpbb_test_case
|
||||
$cache_path,
|
||||
null,
|
||||
new \phpbb\template\twig\loader($filesystem, ''),
|
||||
new \phpbb\event\dispatcher($phpbb_container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
@@ -70,6 +70,7 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
$cache_path,
|
||||
null,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
@@ -78,8 +79,6 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
)
|
||||
);
|
||||
|
||||
$container = new phpbb_mock_container_builder();
|
||||
|
||||
$this->migrator = new \phpbb\db\migrator(
|
||||
$container,
|
||||
$this->config,
|
||||
|
@@ -67,6 +67,7 @@ class phpbb_template_allfolder_test extends phpbb_template_template_test_case
|
||||
$cache_path,
|
||||
$this->extension_manager,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
@@ -161,6 +161,7 @@ Zeta test event in all',
|
||||
$cache_path,
|
||||
$this->extension_manager,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
@@ -53,6 +53,7 @@ class phpbb_template_template_includecss_test extends phpbb_template_template_te
|
||||
$cache_path,
|
||||
null,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
@@ -105,6 +105,7 @@ class phpbb_template_template_test_case extends phpbb_test_case
|
||||
$cache_path,
|
||||
null,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
@@ -48,6 +48,7 @@ class phpbb_template_template_test_case_with_tree extends phpbb_template_templat
|
||||
$cache_path,
|
||||
null,
|
||||
$loader,
|
||||
new \phpbb\event\dispatcher($container),
|
||||
array(
|
||||
'cache' => false,
|
||||
'debug' => false,
|
||||
|
Reference in New Issue
Block a user