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

more verbosity in test case

parent d9529222
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class httpclient_http_proxy_test extends DokuWikiTest {
$http->proxy_port = 8080;
$data = $http->get($this->url);
$this->assertFalse($data === false, 'HTTP response');
$this->assertFalse($data === false, 'HTTP response '.$http->error);
$this->assertTrue(strpos($data,'DokuWiki') !== false, 'response content');
}
......
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