| 5d9cb4e1 | 11-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
cleanup for collator tests
The proper use of data providers now make it much easier to add addtional languages to the test |
| 2d85e841 | 11-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
wrap sorting functions into their own class |
| a1c26920 | 01-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust handling for greek characters. fixes #3188
This fixes an error in the case conversion table and removes "normal" greek letters from the list of special characters. Mathematical symbols based
adjust handling for greek characters. fixes #3188
This fixes an error in the case conversion table and removes "normal" greek letters from the list of special characters. Mathematical symbols based on greek letters are still considered special chars.
show more ...
|
| 5a56359c | 01-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
skip redirect tests while httpbin is broken #3187
Until https://github.com/postmanlabs/httpbin/issues/617 is fixed or we found an alternative, the redirect tests will be skipped. |
| cbfa4829 | 13-Jun-2020 |
Phy <git@phy25.com> |
use envvars in shebang |
| a65be911 | 08-Jun-2020 |
Phy <git@phy25.com> |
add unit tests for #3114 |
| 47c5d564 | 03-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Changes to conform to PHP Code Style
New function lang_has_changed() as wrapper for _get_collator(TRUE). |
| 746611d8 | 03-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Collator re-creation in unit test |
| 0884c254 | 02-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix the case lookup table. #3113
This readds a whole bunch of conversions that for some reason got lost in the refactoring. No idea what happened there. |
| 3feb137a | 02-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
run all tests without mbstring support
The setup we had, where we tried to disable mbstring on a perclass basis did not actually work because the define is set up in an early include already.
Ideal
run all tests without mbstring support
The setup we had, where we tried to disable mbstring on a perclass basis did not actually work because the define is set up in an early include already.
Ideally we should probably make the check a static instead of a constant.
show more ...
|
| 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 |
| 30ad1f25 | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Test class for sort with collator |
| 8d43d15e | 11-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix tests for cached isAdmin/isManager |
| 10da1f74 | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
more tests and a fix for #3036
Exploding lines left dangling commas for the addresses. In addition the $text variable was not reset properly later on leading to an additional error. |
| 98548fef | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for #3036 |
| 462a3bae | 14-Apr-2020 |
Phy <git@phy25.com> |
fix slash regression in toolbar signature #3045 |
| 9180d19d | 09-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
disable update check by default during tests
This should speed up integration tests that use our TestRequest mechanism |
| 65df6532 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
missed another unit test |
| f5956b91 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
fix test again |
| a98160dc | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Remove height & weight defaults from video embeds |
| 4d0c2688 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
d'oh completely overlooked this |
| deb02173 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
another fix |
| 50598979 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
only pass around videoAtts if it's a video
try to make tests happy again
another try at fixing tests
Delete local.php.bak.php
more test fixes
one more (lol)
one more |
| 4a572c5a | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
add options & defaults to config, no* counterparts |