aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test_case_with_tree.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-07 23:22:53 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-29 20:54:41 +0200
commitb7e1959d56a3334f730e5d0fd4194f5e4d0597a3 (patch)
treed1db62ad9dcfa88c8f2e99748fdfe330346af04f /tests/template/template_test_case_with_tree.php
parent779d8a68ffa1b48e61ebf514648aaadaf232b6ca (diff)
downloadforums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar
forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar.gz
forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar.bz2
forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar.xz
forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.zip
[ticket/12099] Remove config again
PHPBB3-12099
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, 0 insertions, 1 deletions
diff --git a/tests/template/template_test_case_with_tree.php b/tests/template/template_test_case_with_tree.php
index c1b22e94e0..68ecc4b706 100644
--- a/tests/template/template_test_case_with_tree.php
+++ b/tests/template/template_test_case_with_tree.php
@@ -28,7 +28,6 @@ class phpbb_template_template_test_case_with_tree extends phpbb_template_templat
),
new \phpbb\filesystem(),
$this->getMock('\phpbb\request\request'),
- new \phpbb\config\config(array()),
$phpbb_root_path,
$phpEx
);