summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Mount
Commit message (Collapse)AuthorAgeFilesLines
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-11/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* More fixesRoeland Jago Douma2019-11-271-2/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-021-4/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* File getMock Files testsRoeland Jago Douma2016-09-072-7/+10
|
* prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-4/+4
|
* Store user bucket in preferencesRoeland Jago Douma2016-05-231-8/+82
|
* Fix NameRoeland Jago Douma2016-05-231-3/+3
|
* Add unit tests for ObjectHomeMountProviderRoeland Jago Douma2016-05-231-0/+170
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-0/+187
* 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