Skip to content
Snippets Groups Projects
Commit 1c57662f authored by Adrian Lang's avatar Adrian Lang
Browse files

Prevent fatal error in test cases when no auth backend is configured

parent f7b6e27e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
require_once DOKU_INC.'inc/init.php';
require_once DOKU_INC.'inc/auth.php';
require_once DOKU_INC.'inc/auth/basic.class.php';
class auth_admin_test_AuthInSensitive extends auth_basic {
function isCaseSensitive(){
......
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