aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/upload')
-rw-r--r--tests/upload/fileupload_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/upload/fileupload_test.php b/tests/upload/fileupload_test.php
index 43106599e4..8675567e22 100644
--- a/tests/upload/fileupload_test.php
+++ b/tests/upload/fileupload_test.php
@@ -81,12 +81,14 @@ class phpbb_fileupload_test extends phpbb_test_case
$this->container->set('files.types.form', new \phpbb\files\types\form(
$this->factory,
$this->language,
+ $this->php_ini,
$plupload,
$this->request
), phpbb_mock_container_builder::SCOPE_PROTOTYPE);
$this->container->set('files.types.local', new \phpbb\files\types\local(
$this->factory,
$this->language,
+ $this->php_ini,
$this->request
), phpbb_mock_container_builder::SCOPE_PROTOTYPE);