summaryrefslogtreecommitdiff
path: root/_test/cases
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2011-05-25 15:31:40 +0200
committerAdrian Lang <lang@cosmocode.de>2011-05-25 15:32:20 +0200
commit1c57662f5fa8fb8c28e1a4df572d9c11d731f86d (patch)
tree7c9b65e6846227d2fadfaecde6e1b0bbe76d49d7 /_test/cases
parentf7b6e27ea2558ddfc97547178408841c5d51c5b6 (diff)
downloadrpg-1c57662f5fa8fb8c28e1a4df572d9c11d731f86d.tar.gz
rpg-1c57662f5fa8fb8c28e1a4df572d9c11d731f86d.tar.bz2
Prevent fatal error in test cases when no auth backend is configured
Diffstat (limited to '_test/cases')
-rw-r--r--_test/cases/inc/auth_admincheck.test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/cases/inc/auth_admincheck.test.php b/_test/cases/inc/auth_admincheck.test.php
index a71c8801a..2a420ffd4 100644
--- a/_test/cases/inc/auth_admincheck.test.php
+++ b/_test/cases/inc/auth_admincheck.test.php
@@ -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(){