summaryrefslogtreecommitdiffstats
path: root/tests/lib/OCS
Commit message (Collapse)AuthorAgeFilesLines
* PrivateData to appRoeland Jago Douma2017-07-211-172/+0
| | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add tests for discovery serviceBjoern Schiessle2017-04-111-0/+99
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add and adjust unit testsBjoern Schiessle2017-03-091-2/+64
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-0/+394
* 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