diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-20 21:37:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-20 21:37:54 +0200 |
commit | b7cfeab63d3666a24fad96ae42669a2f55e9da03 (patch) | |
tree | e32641f2eff6b0b00606ebe6d8fc4b01678772cb /_test/tests | |
parent | 712c66312b26ec08723b47583b7be846451ed712 (diff) | |
download | rpg-b7cfeab63d3666a24fad96ae42669a2f55e9da03.tar.gz rpg-b7cfeab63d3666a24fad96ae42669a2f55e9da03.tar.bz2 |
make sure HTTP test uses HTTP only and doesn't get redirected
Diffstat (limited to '_test/tests')
-rw-r--r-- | _test/tests/inc/httpclient_http_proxy.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/httpclient_http_proxy.test.php b/_test/tests/inc/httpclient_http_proxy.test.php index c53e3579c..4aa039fcc 100644 --- a/_test/tests/inc/httpclient_http_proxy.test.php +++ b/_test/tests/inc/httpclient_http_proxy.test.php @@ -1,7 +1,7 @@ <?php class httpclient_http_proxy_test extends DokuWikiTest { - protected $url = 'http://www.dokuwiki.org/README'; + protected $url = 'http://test.dokuwiki.org/README'; /** * @group internet |