1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/13904] Use ini_get() wrapper in file upload types

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-08-27 12:48:06 +02:00
parent 16f3b8c2b9
commit b29b62debe
7 changed files with 38 additions and 22 deletions

View File

@@ -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);