summaryrefslogtreecommitdiff
path: root/_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
Commit message (Collapse)AuthorAge
* fixed acl testsAndreas Gohr2013-02-03
| | | | failed because of the rename of auth_basic
* use correct setUp method and parent calls.Dominik Eckelmann2012-11-29
|
* Fix case-insensitive match in ACL checkingKazutaka Miyasaka2012-11-25
ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember().