1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

[ticket/13904] Improve test coverage of form upload type

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-09-07 11:34:42 +02:00
parent 591995267a
commit 1b9e6e352f
2 changed files with 174 additions and 10 deletions

View File

@@ -68,16 +68,6 @@ class form extends base
return $this->form_upload($args[0]);
}
/**
* {@inheritdoc}
*/
public function set_upload(upload $upload)
{
$this->upload = $upload;
return $this;
}
/**
* Form upload method
* Upload file from users harddisk