Skip to content
Snippets Groups Projects
Commit 2f505bf9 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use correct host in proxy tests

parent 43d45fd5
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment