History log of /dokuwiki/_test/tests/inc/httpclient_mock.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 5a8d6e48 26-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Rename HTTPClient namespace to HTTP

This should make namespace a bit more flexible in scope and allow us to
move more functionality there later.


# 198564ab 17-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Refactor HTTPClient into different files


# cd7164f4 02-Sep-2017 Andreas Gohr <andi@splitbrain.org>

another go at working around the networink troubles at travis #2109


# 6aad717e 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

show more info on failed HTTP requests

hopefully this will help with figuring out why our HTTP tests sometimes
fail on travis.


# 95e6ded1 09-Feb-2014 Andreas Gohr <andi@splitbrain.org>

more robust HTTP testing

connections are now retried after timeout and failing connections will
be marked as skipped instead of failing. This should reduce false alarms
on travis