aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test_case_with_tree.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2017-04-16 20:53:59 +0700
committerrxu <rxu@mail.ru>2017-04-16 23:40:16 +0700
commitfcc8e155ec309669bebbf6e0370cecfe64c95193 (patch)
tree99bdec140f08170e7de71febb0393adf25a4c1ec /tests/template/template_test_case_with_tree.php
parent1ea114ca20bd4613420284d7bfc4c92ab0a817b4 (diff)
downloadforums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar
forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar.gz
forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar.bz2
forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.tar.xz
forums-fcc8e155ec309669bebbf6e0370cecfe64c95193.zip
[ticket/14990] Move dispatcher object to the front of the options array
PHPBB3-14990
Diffstat (limited to 'tests/template/template_test_case_with_tree.php')
-rw-r--r--tests/template/template_test_case_with_tree.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template/template_test_case_with_tree.php b/tests/template/template_test_case_with_tree.php
index ff35d16120..75e3918f44 100644
--- a/tests/template/template_test_case_with_tree.php
+++ b/tests/template/template_test_case_with_tree.php
@@ -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,