summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-03-16 22:49:47 +0100
committerAndreas Gohr <andi@splitbrain.org>2015-03-16 22:49:47 +0100
commit2f505bf9a889ddaf530fe975967589f6c6993e39 (patch)
tree813f7c8026a5565e1c251da16d31017a2e5ed1e6 /_test
parent43d45fd5a6522de02938136a7120874bd4abada8 (diff)
downloadrpg-2f505bf9a889ddaf530fe975967589f6c6993e39.tar.gz
rpg-2f505bf9a889ddaf530fe975967589f6c6993e39.tar.bz2
use correct host in proxy tests
Diffstat (limited to '_test')
-rw-r--r--_test/tests/inc/httpclient_https_proxy.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/tests/inc/httpclient_https_proxy.test.php b/_test/tests/inc/httpclient_https_proxy.test.php
index 9402e91af..7a54bb92e 100644
--- a/_test/tests/inc/httpclient_https_proxy.test.php
+++ b/_test/tests/inc/httpclient_https_proxy.test.php
@@ -2,7 +2,7 @@
require_once dirname(__FILE__).'/httpclient_http_proxy.test.php';
class httpclient_https_proxy_test extends httpclient_http_proxy_test {
- protected $url = 'https://www.dokuwiki.org/README';
+ protected $url = 'https://test.dokuwiki.org/README';
public function setUp(){
// skip tests when this PHP has no SSL support
@@ -27,4 +27,4 @@ class httpclient_https_proxy_test extends httpclient_http_proxy_test {
$this->assertFalse($data);
$this->assertEquals(-150, $http->status);
}
-} \ No newline at end of file
+}