History log of /dokuwiki/_test/tests/inc/pageutils_clean_id.test.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 25fd365a 16-Mar-2023 Andreas Gohr <andi@splitbrain.org>

added test for #3924

Bug report says polish letters aren't deaccented correctly, but it seems
to work?


# 3366d071 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix PHP8 errors in tests

These were problems within the tests itself. There are many more
problems in the actual code.


# 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


# 24486f8c 12-Aug-2020 Andreas Gohr <andi@splitbrain.org>

fixed tests for cleanID and romanization for Greeklish


# 30f3bd15 20-Apr-2016 Michael Grosse <grosse@cosmocode.de>

Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simp

Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simply do not cache that case.

show more ...


# 8ef75711 19-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Extend pageutils_clean_id tests to show more behavior details


# dcb2204b 21-May-2013 Klap-in <klapinklapin@gmail.com>

Add some tests about handling of semicolons
Informative as sample implementation too


# 050f8f4d 01-May-2012 Andreas Gohr <andi@splitbrain.org>

removed unecessary requiresin unit tests


# f8369d7d 18-Apr-2012 Tobias Sarnowski <sarnowski@cosmocode.de>

moved _testing to _test