aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plupload
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-08-27 10:51:10 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-09 08:29:05 +0200
commit16f3b8c2b9de388223cbe8ace9e1d9bcf0ba5e11 (patch)
treee4f44b05770bebca7b39ee07561268ea1e0ecbd9 /tests/plupload
parentb2957b9d6543737076d96209ba0f12e2fc145a9a (diff)
downloadforums-16f3b8c2b9de388223cbe8ace9e1d9bcf0ba5e11.tar
forums-16f3b8c2b9de388223cbe8ace9e1d9bcf0ba5e11.tar.gz
forums-16f3b8c2b9de388223cbe8ace9e1d9bcf0ba5e11.tar.bz2
forums-16f3b8c2b9de388223cbe8ace9e1d9bcf0ba5e11.tar.xz
forums-16f3b8c2b9de388223cbe8ace9e1d9bcf0ba5e11.zip
[ticket/13904] Modify files for changes in ini wrapper
PHPBB3-13904
Diffstat (limited to 'tests/plupload')
-rw-r--r--tests/plupload/plupload_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plupload/plupload_test.php b/tests/plupload/plupload_test.php
index aa7793567d..3312f4d0a0 100644
--- a/tests/plupload/plupload_test.php
+++ b/tests/plupload/plupload_test.php
@@ -48,7 +48,7 @@ class phpbb_plupload_test extends phpbb_test_case
$config,
new phpbb_mock_request,
new \phpbb\user($lang, '\phpbb\datetime'),
- new \phpbb\php\ini,
+ new \bantu\IniGetWrapper\IniGetWrapper,
new \phpbb\mimetype\guesser(array(new \phpbb\mimetype\extension_guesser))
);