aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/fileupload.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13904] Add more tests and test casesMarc Alexander2015-09-091-1/+2
| | | | PHPBB3-13904
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [ticket/10763] Make functions for remote avatars staticMarc Alexander2012-12-171-29/+0
| | | | | | | | | fileupload::image_types() and filespec::get_extension() are called statically while submitting the form for the remote avatar. Make them static as described in the ticket in order to prevent a PHP notice. Also change the tests to use the static functions. PHPBB3-10763
* [ticket/10941] Added some comments for clarificationFyorl2012-07-091-0/+7
| | | | PHPBB3-10941
* [ticket/10941] Finished filespec testsFyorl2012-07-081-0/+22
| | | | PHPBB3-10941
* [ticket/10941] Unit tests for filespec classFyorl2012-07-081-0/+23
PHPBB3-10941