aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+1
| | | | PHPBB3-11698
* [ticket/10763] Make functions for remote avatars staticMarc Alexander2012-12-171-2/+1
| | | | | | | | | 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/10939] Modified fileupload tests to deal with new behaviourFyorl2012-08-151-1/+5
| | | | PHPBB3-10939
* [ticket/10941] Removed superfluous arrayFyorl2012-07-091-1/+1
| | | | PHPBB3-10941
* [ticket/10941] File 'txt' now too big so changed tests to reflect thatFyorl2012-07-091-1/+1
| | | | PHPBB3-10941
* [ticket/10941] Added a comment to ensure tags stay uppercaseFyorl2012-07-091-0/+1
| | | | PHPBB3-10941
* [ticket/10941] Modified tearDown to use DirectoryIterator instead of globFyorl2012-07-091-2/+7
| | | | PHPBB3-10941
* [ticket/10941] Added tests/upload/fixture/copies to trackingFyorl2012-07-091-0/+0
| | | | PHPBB3-10941
* [ticket/10941] Removed manual includes of mock classesFyorl2012-07-092-3/+0
| | | | | | | Also marked a test as incomplete even though this appears to be ignored when actually running the tests. PHPBB3-10941
* [ticket/10941] Added subdirectory for file operationsFyorl2012-07-097-0/+389
Also removed common.php as it was unnecessary. PHPBB3-10941