aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Config/UserMountCacheTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-271-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix missing escape on column and table nameJoas Schilling2017-08-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* show used space in user listRobin Appelman2017-06-151-2/+33
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add unit tests for mounts of delete usersJoas Schilling2017-04-241-0/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Proper DI of configRoeland Jago Douma2016-10-281-1/+2
| | | | | | * Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-39/+72
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix getMock UserMountcacheTestRoeland Jago Douma2016-09-131-1/+1
|
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+26
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+375
* 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