History log of /dokuwiki/_test/tests/inc/sort_without_collator.test.php (Results 1 – 10 of 10)
Revision Date Author Comments
# e32b1b0f 01-Oct-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix PHPUnit fatal errors compatibility with void.


# 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


# 242e6931 20-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Thorough tests for EO, DE, PT and ES

Correction for German collation; examples for German and Spanish; much better comments


# d0fecb18 17-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Tests for Portuguese and Spanish

Collations for Portuguese and Spanish; examples for Portuguese; better comments


# 0489c64b 16-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2

Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.


# f9aa34a3 11-Aug-2020 Andreas Gohr <andi@splitbrain.org>

test the collator fallback always

Now the use of the intl extension can be turned off, allowing for easy
testing of the fallback. The test now inherits from the collator test so
we avoid too much du

test the collator fallback always

Now the use of the intl extension can be turned off, allowing for easy
testing of the fallback. The test now inherits from the collator test so
we avoid too much duplicate code

show more ...


# 2d85e841 11-Aug-2020 Andreas Gohr <andi@splitbrain.org>

wrap sorting functions into their own class


# 746611d8 03-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Collator re-creation in unit test


# 90b57d56 01-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Documentation update

Minor changes.


# 0384d31d 01-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Test class for sort without collator