mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15286] Update use storage in avatars
PHPBB3-15286
This commit is contained in:
@@ -157,8 +157,7 @@ class phpbb_attachment_upload_test extends \phpbb_database_test_case
|
||||
$this->phpbb_dispatcher,
|
||||
$this->plupload,
|
||||
$this->storage,
|
||||
$this->user,
|
||||
$this->phpbb_root_path
|
||||
$this->user
|
||||
);
|
||||
}
|
||||
|
||||
@@ -250,8 +249,7 @@ class phpbb_attachment_upload_test extends \phpbb_database_test_case
|
||||
$this->phpbb_dispatcher,
|
||||
$this->plupload,
|
||||
$this->storage,
|
||||
$this->user,
|
||||
$this->phpbb_root_path
|
||||
$this->user
|
||||
);
|
||||
|
||||
$filedata = $this->upload->upload('foobar', 1, true);
|
||||
@@ -415,8 +413,7 @@ class phpbb_attachment_upload_test extends \phpbb_database_test_case
|
||||
$this->phpbb_dispatcher,
|
||||
$plupload,
|
||||
$this->storage,
|
||||
$this->user,
|
||||
$this->phpbb_root_path
|
||||
$this->user
|
||||
);
|
||||
|
||||
$filedata = $this->upload->upload('foobar', 1, true, '', false, array(
|
||||
|
Reference in New Issue
Block a user