History log of /dokuwiki/_test/tests/inc/indexer_rename.test.php (Results 1 – 4 of 4)
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


# 6225b270 28-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Extract dokuwiki\Search\Indexer class

Not sure why Doku_Indexer caused phpcs to complain about the class name
not being in PascalCase, but Doku_Handler didn't. ��

The namespace and new class name w

Extract dokuwiki\Search\Indexer class

Not sure why Doku_Indexer caused phpcs to complain about the class name
not being in PascalCase, but Doku_Handler didn't. ��

The namespace and new class name was selected to be compatible with the
upcoming changes in #2943. This should hpopefully reduce the overall
hassle of touching the same code base.

show more ...


# b1cfdc5f 26-Jan-2013 Michael Hamann <michael@content-space.de>

Indexer rename test cases: assert that renames succeed


# b21a57bf 25-Jan-2013 Michael Hamann <michael@content-space.de>

Add test cases for indexer rename page/meta value methods