summaryrefslogtreecommitdiff
path: root/_test/tests/inc/auth_admincheck.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-05-01 22:58:57 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-05-01 22:58:57 +0200
commit050f8f4ddc32167e205a190eec9a60ad8f3caed5 (patch)
treed33554bde021d49cc7d802b4e053357e5e3b6b8f /_test/tests/inc/auth_admincheck.test.php
parent3c0d44f1aa44d3ac3d8b9e652d172b1eda680bbf (diff)
downloadrpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.gz
rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.bz2
removed unecessary requiresin unit tests
Diffstat (limited to '_test/tests/inc/auth_admincheck.test.php')
-rw-r--r--_test/tests/inc/auth_admincheck.test.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/_test/tests/inc/auth_admincheck.test.php b/_test/tests/inc/auth_admincheck.test.php
index c108c60c0..d88399cbe 100644
--- a/_test/tests/inc/auth_admincheck.test.php
+++ b/_test/tests/inc/auth_admincheck.test.php
@@ -1,9 +1,5 @@
<?php
-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(){
return false;