From d48e3de576477fd446f8e613d229deba484014bc Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 6 Oct 2012 10:56:39 +0200 Subject: fixed auth related tests --- _test/tests/inc/auth_aclcheck.test.php | 2 +- _test/tests/inc/auth_admincheck.test.php | 4 ++-- _test/tests/inc/remote.test.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to '_test') diff --git a/_test/tests/inc/auth_aclcheck.test.php b/_test/tests/inc/auth_aclcheck.test.php index 991f82da7..5dc0d7f60 100644 --- a/_test/tests/inc/auth_aclcheck.test.php +++ b/_test/tests/inc/auth_aclcheck.test.php @@ -11,7 +11,7 @@ class auth_acl_test extends DokuWikiTest { global $auth; $this->oldConf = $conf; $this->oldAuthAcl = $AUTH_ACL; - $auth = new auth_basic(); + $auth = new DokuWiki_Auth_Plugin(); } function teardown() { diff --git a/_test/tests/inc/auth_admincheck.test.php b/_test/tests/inc/auth_admincheck.test.php index d88399cbe..2fb5902d7 100644 --- a/_test/tests/inc/auth_admincheck.test.php +++ b/_test/tests/inc/auth_admincheck.test.php @@ -1,6 +1,6 @@