nextcloud/tests/lib/Http/Client
Daniel Calviño Sánchez 00c3a7eb4c Fix HTTP client given options being overriden by default options
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>
2018-06-14 21:36:04 +02:00
..
ClientServiceTest.php adjust httpclient to guzzle6 2018-02-09 17:13:21 +01:00
ClientTest.php Fix HTTP client given options being overriden by default options 2018-06-14 21:36:04 +02:00
ResponseTest.php adjust httpclient to guzzle6 2018-02-09 17:13:21 +01:00