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

make HTTPClient loadable via autoloader

this fixes the HTTP tests which do test the base class directly instead
of the DokuHTTPClient subclass
parent 95d9eba6
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ function load_autoload($name){
static $classes = null;
if(is_null($classes)) $classes = array(
'DokuHTTPClient' => DOKU_INC.'inc/HTTPClient.php',
'HTTPClient' => DOKU_INC.'inc/HTTPClient.php',
'JSON' => DOKU_INC.'inc/JSON.php',
'adLDAP' => DOKU_INC.'inc/adLDAP.php',
'Diff' => DOKU_INC.'inc/DifferenceEngine.php',
......
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