summaryrefslogtreecommitdiffstats
path: root/tests/lib/Http/Client
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2912 from nextcloud/increase-coverage-response.phpLukas Reschke2017-01-021-3/+24
|\ | | | | Add 100% coverage for response.php
| * Add 100% coverage for response.phpLukas Reschke2017-01-021-3/+24
| | | | | | | | | | | | While already at https://github.com/nextcloud/server/pull/2911 I thought I can as well finish that one as well... Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Rebrand to "Nextcloud" and add 100% coverageLukas Reschke2017-01-021-4/+67
|/ | | | | | Noticed while debugging https://github.com/nextcloud/server/issues/2910 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix getMock Http ClientRoeland Jago Douma2016-09-072-4/+7
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-0/+176
* 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