Skip to content

Commit

Permalink
make HTTPClient loadable via autoloader
Browse files Browse the repository at this point in the history
this fixes the HTTP tests which do test the base class directly instead
of the DokuHTTPClient subclass
  • Loading branch information
splitbrain committed Apr 26, 2012
1 parent 95d9eba commit a1d9de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/load.php
Expand Up @@ -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',
Expand Down

0 comments on commit a1d9de5

Please sign in to comment.