diff options
Diffstat (limited to '_testing/tests/inc/httpclient_http.test.php')
-rw-r--r-- | _testing/tests/inc/httpclient_http.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/inc/httpclient_http.test.php b/_testing/tests/inc/httpclient_http.test.php index 66faa16c2..3857273f7 100644 --- a/_testing/tests/inc/httpclient_http.test.php +++ b/_testing/tests/inc/httpclient_http.test.php @@ -3,7 +3,7 @@ require_once DOKU_INC.'inc/init.php'; require_once DOKU_INC.'inc/HTTPClient.php'; -class httpclient_http_test extends PHPUnit_Framework_TestCase { +class httpclient_http_test extends DokuWikiTest { protected $server = 'http://httpbin.org'; function test_simpleget(){ |