diff options
author | Adrian Lang <lang@cosmocode.de> | 2011-05-25 15:31:40 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2011-05-25 15:32:20 +0200 |
commit | 1c57662f5fa8fb8c28e1a4df572d9c11d731f86d (patch) | |
tree | 7c9b65e6846227d2fadfaecde6e1b0bbe76d49d7 /_test | |
parent | f7b6e27ea2558ddfc97547178408841c5d51c5b6 (diff) | |
download | rpg-1c57662f5fa8fb8c28e1a4df572d9c11d731f86d.tar.gz rpg-1c57662f5fa8fb8c28e1a4df572d9c11d731f86d.tar.bz2 |
Prevent fatal error in test cases when no auth backend is configured
Diffstat (limited to '_test')
-rw-r--r-- | _test/cases/inc/auth_admincheck.test.php | 1 |
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(){ |