History log of /dokuwiki/_test/tests/inc/httpclient_http.test.php (Results 1 – 21 of 21)
Revision Date Author Comments
# 9ad2b913 25-Nov-2024 Andreas Gohr <andi@splitbrain.org>

replace deprecated phpunit assertions


# d9a7912a 31-Jan-2023 Andreas Gohr <andi@splitbrain.org>

use httpbingo for HTPP tests

This service is based on httpbin-go which seems to be better maintained
and should be easy to set up for ourselves if needed.

This also fixes a warning when the client

use httpbingo for HTPP tests

This service is based on httpbin-go which seems to be better maintained
and should be easy to set up for ourselves if needed.

This also fixes a warning when the client is reused with the
max_bodysize mechanism

show more ...


# 5a56359c 01-Jul-2020 Andreas Gohr <andi@splitbrain.org>

skip redirect tests while httpbin is broken #3187

Until https://github.com/postmanlabs/httpbin/issues/617 is fixed or we
found an alternative, the redirect tests will be skipped.


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

Rename protected methods for PSR2


# 272a98e2 07-May-2018 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into psr2

* master:
fixed tests for chunked encoding
Update PHP logo URL to HTTPS
Bump updateVersion
fix draft recovering
updated php-archive lib. fixes #2361
trans

Merge branch 'master' into psr2

* master:
fixed tests for chunked encoding
Update PHP logo URL to HTTPS
Bump updateVersion
fix draft recovering
updated php-archive lib. fixes #2361
translation update
translation update
Add simple catch-all to left install.php div

show more ...


# d05f72d0 07-May-2018 Andreas Gohr <andi@splitbrain.org>

fixed tests for chunked encoding

Looks like the domain we used to test this on expired.


# aba86f38 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility fixes

First start at declaring visibilites for methods and properties. Still
missing: the parser/renderer stuff and the plugins


# 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.


# f56d5034 11-Jun-2016 Andreas Gohr <andi@splitbrain.org>

run HTTP tests against EU server

this hopefully helps with recent problems of spradically failing tests.


# bd8c2ebf 25-Apr-2015 Andreas Gohr <andi@splitbrain.org>

introduce new "flaky" test group

this group is skipped by default


# 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


# 1eb1257b 09-Feb-2014 Andreas Gohr <andi@splitbrain.org>

always show error on HTTP test fails


# 5b230a45 02-Aug-2013 Andreas Gohr <andi@splitbrain.org>

HTTPClient don't pull too much bytes when no content-length is given


# 4d4b1f8c 01-Aug-2013 Andreas Gohr <andi@splitbrain.org>

use http_build_query() in HTTPClient

this ensures nested POST data is correctly encoded


# 33b8a947 24-Mar-2013 Andreas Gohr <andi@splitbrain.org>

stream select parameters need to be reset for each call


# 47a8b919 16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

added another HTTPClient test


# 08118f51 01-Jul-2012 Tom N Harris <tnharris@whoopdedo.org>

Adjust unit test to reflect desired behavior of max_bodysize


# 769b429a 20-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

HTTPClient will read up to max_bodysize if it can


# d37a3955 19-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

Unit test for HTTPClient chunked encoding


# f7161c34 20-Apr-2012 Andreas Gohr <andi@splitbrain.org>

reenabled romanization test

The test can be skipped by excluding the "slow" group.


# f8369d7d 18-Apr-2012 Tobias Sarnowski <sarnowski@cosmocode.de>

moved _testing to _test