History log of /dokuwiki/_test/tests/inc/auth_aclcheck_caseinsensitive.test.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 1c33cec3 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


# 4bdfdb32 08-Mar-2020 Phy <git@phy25.com>

separate some test AuthPlugins to single files

created AuthDeletePlugin and AuthCaseInsensitivePlugin under dokuwiki\test\mock


# e1d9dcc8 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

First go at moving the plugin classes into their own namespace


# 6ecd1025 03-Feb-2013 Andreas Gohr <andi@splitbrain.org>

fixed acl tests

failed because of the rename of auth_basic


# ff576d93 29-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

use correct setUp method and parent calls.


# eb3ce0d5 25-Nov-2012 Kazutaka Miyasaka <kazmiya@gmail.com>

Fix case-insensitive match in ACL checking

ACL checking of DokuWiki is currently always case-sensitive
regardless of auth backend setting ($auth->isCaseSensitive).
This commit enables case-insensiti

Fix case-insensitive match in ACL checking

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().

show more ...