aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security
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/security
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/security')
-rw-r--r--tests/security/redirect_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/security/redirect_test.php b/tests/security/redirect_test.php
index 24c42ca8c2..3961c2781e 100644
--- a/tests/security/redirect_test.php
+++ b/tests/security/redirect_test.php
@@ -64,7 +64,6 @@ class phpbb_security_redirect_test extends phpbb_security_test_base
),
new \phpbb\filesystem(),
$this->getMock('\phpbb\request\request'),
- new \phpbb\config\config(array()),
$this->phpbb_root_path,
'php'
);