aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/LanguageTest.php
Commit message (Collapse)AuthorAgeFilesLines
* language testMario2022-02-111-5/+0
|
* fix testMario2021-06-051-1/+1
|
* fix language testsMario2019-11-101-3/+3
| | | (cherry picked from commit 1affcb80172576dc46e4434cd10e1a534a9bb6c2)
* :arrow_up: Update intl library.Klaus Weidenbach2017-10-291-2/+2
| | | | | Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now.
* :arrow_up: Update Text_LanguageDetect.Klaus Weidenbach2017-10-291-3/+2
| | | | | | | | Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some warnings and improve PHP7 support. Using composer to handle this PEAR library now. Fix a problem in FeedutilsTest.
* :white_check_mark: Some unit test for include/language.phpKlaus Weidenbach2017-10-261-0/+165
Unfortunately not so much unit testable, but added in preparation to update LanguageDetect and Intl library.