aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
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
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')
-rw-r--r--tests/template/template_events_test.php1
-rw-r--r--tests/template/template_test_case.php1
-rw-r--r--tests/template/template_test_case_with_tree.php1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/template/template_events_test.php b/tests/template/template_events_test.php
index 2c29d42173..c415c969fe 100644
--- a/tests/template/template_events_test.php
+++ b/tests/template/template_events_test.php
@@ -144,7 +144,6 @@ Zeta test event in all',
),
new \phpbb\filesystem(),
$this->getMock('\phpbb\request\request'),
- new \phpbb\config\config(array()),
$phpbb_root_path,
$phpEx
);
diff --git a/tests/template/template_test_case.php b/tests/template/template_test_case.php
index d393027566..83446b5352 100644
--- a/tests/template/template_test_case.php
+++ b/tests/template/template_test_case.php
@@ -73,7 +73,6 @@ class phpbb_template_template_test_case extends phpbb_test_case
),
new \phpbb\filesystem(),
$this->getMock('\phpbb\request\request'),
- new \phpbb\config\config(array()),
$phpbb_root_path,
$phpEx
);
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
);