aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node
Commit message (Collapse)AuthorAgeFilesLines
...
* DI for root.phpLukas Reschke2016-11-026-131/+307
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix mock warning in some FS tests (#26464)Vincent Petry2016-11-021-1/+1
|
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+57
|
* optimize Folder::getById to use less queriesRobin Appelman2016-10-126-78/+154
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix getMock FolderTestsRoeland Jago Douma2016-09-131-96/+104
|
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-7/+6
|
* fix testRobin Appelman2016-07-221-1/+4
|
* add recent files to node apiRobin Appelman2016-07-221-4/+167
|
* RootTest does not require DBRoeland Jago Douma2016-07-131-20/+39
| | | | | | * Removed from DB group * Also mock the manager * Fixed deprecated getMock warnings
* Improve NodeTestRoeland Jago Douma2016-07-111-123/+76
| | | | | | * Do not use DB * Fix phpunit-5.4 warnigns * Moved commong stuff to setup
* Improve FileTestRoeland Jago Douma2016-07-081-237/+153
| | | | | | * No longer requires DB * Fixed phpunit 5.4 warnings * Moved common stuff to Setup phase
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-0/+2273
* 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