From 1c57662f5fa8fb8c28e1a4df572d9c11d731f86d Mon Sep 17 00:00:00 2001
From: Adrian Lang <lang@cosmocode.de>
Date: Wed, 25 May 2011 15:31:40 +0200
Subject: [PATCH] Prevent fatal error in test cases when no auth backend is
 configured

---
 _test/cases/inc/auth_admincheck.test.php | 1 +
 1 file changed, 1 insertion(+)

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(){
-- 
GitLab