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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user