summaryrefslogtreecommitdiffstats
path: root/tests/lib/Http
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTTP client given options being overriden by default optionsDaniel Calviño Sánchez2018-06-141-0/+127
| | | | | | | | | According to the array_merge documentation, "If the input arrays have the same string keys, then the later value for that key will overwrite the previous one." Thus, the default options must be the first parameter passed to array_merge. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* adjust httpclient to guzzle6Robin Appelman2018-02-093-46/+34
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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