summaryrefslogtreecommitdiffstats
path: root/tests/lib/FilesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove the upload and memory settingJoas Schilling2019-03-041-137/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-131-1/+1
|
* skip failing testsMorris Jobke2016-06-071-0/+2
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+135
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader