diff options
Diffstat (limited to '_test/tests/inc/auth_aclcheck.test.php')
-rw-r--r-- | _test/tests/inc/auth_aclcheck.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |