summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Storage/Storage.php
Commit message (Collapse)AuthorAgeFilesLines
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-151-0/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* ciRobin Appelman2021-10-151-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-0/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-15/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix writeStream for jail wrapperRobin Appelman2018-10-311-0/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Added storage tests for fopen with special charsVincent Petry2016-07-201-6/+20
| | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names.
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+617
* 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