summaryrefslogtreecommitdiff
path: root/_test/tests/inc/remote.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-10-06 10:56:39 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-10-06 10:56:39 +0200
commitd48e3de576477fd446f8e613d229deba484014bc (patch)
tree23fcebae7ff44780f97a2ab2b8c7deec4737542f /_test/tests/inc/remote.test.php
parent4bc5fe9843afbd99c79d27faa4d5c1de1aa2eb1b (diff)
downloadrpg-d48e3de576477fd446f8e613d229deba484014bc.tar.gz
rpg-d48e3de576477fd446f8e613d229deba484014bc.tar.bz2
fixed auth related tests
Diffstat (limited to '_test/tests/inc/remote.test.php')
-rw-r--r--_test/tests/inc/remote.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/remote.test.php b/_test/tests/inc/remote.test.php
index 49152d8db..c3d941a2c 100644
--- a/_test/tests/inc/remote.test.php
+++ b/_test/tests/inc/remote.test.php
@@ -1,6 +1,6 @@
<?php
-class MockAuth extends auth_basic {
+class MockAuth extends DokuWiki_Auth_Plugin {
function isCaseSensitive() { return true; }
}