1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/14990] Move dispatcher object to the front of the options array

PHPBB3-14990
This commit is contained in:
rxu
2017-04-16 20:53:59 +07:00
parent 1ea114ca20
commit fcc8e155ec
12 changed files with 15 additions and 10 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,