Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DI for root.php | Lukas Reschke | 2016-11-02 | 6 | -131/+307 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Fix mock warning in some FS tests (#26464) | Vincent Petry | 2016-11-02 | 1 | -1/+1 | |
| | ||||||
* | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 1 | -0/+57 | |
| | ||||||
* | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 6 | -78/+154 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix getMock FolderTests | Roeland Jago Douma | 2016-09-13 | 1 | -96/+104 | |
| | ||||||
* | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -7/+6 | |
| | ||||||
* | fix test | Robin Appelman | 2016-07-22 | 1 | -1/+4 | |
| | ||||||
* | add recent files to node api | Robin Appelman | 2016-07-22 | 1 | -4/+167 | |
| | ||||||
* | RootTest does not require DB | Roeland Jago Douma | 2016-07-13 | 1 | -20/+39 | |
| | | | | | | * Removed from DB group * Also mock the manager * Fixed deprecated getMock warnings | |||||
* | Improve NodeTest | Roeland Jago Douma | 2016-07-11 | 1 | -123/+76 | |
| | | | | | | * Do not use DB * Fix phpunit-5.4 warnigns * Moved commong stuff to setup | |||||
* | Improve FileTest | Roeland Jago Douma | 2016-07-08 | 1 | -237/+153 | |
| | | | | | | * No longer requires DB * Fixed phpunit 5.4 warnings * Moved common stuff to Setup phase | |||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 6 | -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 |