aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload/fileupload_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-9/+13
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* Merge pull request #2432 from Nicofuma/ticket/11226Joas Schilling2014-05-291-0/+25
|\ | | | | | | | | | | | | | | | | | | [ticket/11226] filespec::move_file() should error correctly * Nicofuma/ticket/11226: [ticket/11226] Explicity set file_moved to false [ticket/11226] Add tests [ticket/11226] Use $user->lang() [ticket/11226] filespec::move_file() should error correctly
| * [ticket/11226] Explicity set file_moved to falseTristan Darricau2014-05-281-1/+2
| | | | | | | | PHPBB3-11226
| * [ticket/11226] Add testsTristan Darricau2014-05-281-0/+24
| | | | | | | | PHPBB3-11226
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
|/ | | | PHPBB3-12594
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+1
| | | | PHPBB3-11698
* [ticket/10939] Modified fileupload tests to deal with new behaviourFyorl2012-08-151-1/+5
| | | | PHPBB3-10939
* [ticket/10941] Removed manual includes of mock classesFyorl2012-07-091-1/+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-091-0/+116
Also removed common.php as it was unnecessary. PHPBB3-10941