aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/languages/LanguageTest.php
Commit message (Expand)AuthorAgeFilesLines
* Cache nonexistence of grammar transformationsAryeh Gregor2019-10-291-1957/+0
* LanguageFactory to replace Language::factory()Aryeh Gregor2019-10-231-3/+15
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-3/+3
* Make grammar transform cache an instance memberAryeh Gregor2019-10-081-5/+0
* New LanguageFallback serviceAryeh Gregor2019-10-081-5/+0
* Split some Language methods to LanguageNameUtilsAryeh Gregor2019-10-071-100/+96
* Make LocalisationCache a serviceAryeh Gregor2019-10-071-9/+0
* tests: Prefer PHPUnit's assertSame() when comparing empty stringsThiemo Kreuz2019-09-201-1/+1
* Revert "Make LocalisationCache a service"Amir Sarabadani2019-08-261-96/+109
* Split some Language methods to LanguageNameUtilsAryeh Gregor2019-08-231-100/+96
* Make LocalisationCache a serviceAryeh Gregor2019-08-221-9/+0
* Add 'avoidhours' option to Language#formatTimePeriodJack Phoenix2019-05-101-0/+12
* Add support for new Japanese era name "Reiwa"rxy2019-04-201-0/+21
* Add ability to override mb_strtoupper in Language::ucfirstGiuseppe Lavagetto2019-04-171-0/+23
* Make Language::hasVariant() more strictC. Scott Ananian2018-10-221-0/+13
* Deprecate Language::setCode as public methodFomafix2018-10-021-6/+9
* Automatically reset namespace caches when neededAryeh Gregor2018-08-011-0/+41
* Merge "Fix the bug for dates between 1912 and 1941 in Thai language"jenkins-bot2018-07-101-0/+7
|\
| * Fix the bug for dates between 1912 and 1941 in Thai languagesuperyetkin2018-05-121-0/+7
* | Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literalsBartosz Dziewoński2018-06-041-3/+3
* | Use PHP 5.6 '**' operator instead of 'pow()' functionBartosz Dziewoński2018-05-301-12/+12
|/
* Truncate tag filter descriptionspetarpetkovic2018-02-091-13/+47
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+2
* Add @covers tags to languages testsKunal Mehta2017-12-281-2/+6
* Always return a string from Language::formatNum()Sam Wilson2017-12-071-0/+27
* Removed Toki Pona localization fileszoranzoki212017-10-241-1/+0
* New language variant 'en-x-piglatin' for easier variant testingLiangent2017-06-121-3/+2
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* translateBlockExpiry: Duration is block expiry minus current timeZhuyifei19992017-01-281-13/+26
* Only attempt to calculate the TTL in Language::sprintfDate if neededMarius Hoch2016-06-231-0/+18
* add LanguageTest::testEquals for Id7ed6a21cdaniel2016-05-231-0/+13
* Swap the rest of array() -> []Reedy2016-03-301-11/+11
* Many more function case mismatchesReedy2016-03-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-605/+605
* Language::truncate(): don't chop up multibyte characters when input contains ...Roan Kattouw2015-10-261-0/+10
* Improve wording of "size-bytes" and "size-pixel" messagesThis, that and the other2015-08-301-2/+2
* Add {{bidi:}} syntax for directionality-safe argumentsDavid Chan2015-07-011-0/+25
* Rewrite Language::hebrewNumeral()Amir E. Aharoni2015-06-021-2/+11
* Add tests for Language::hebrewNumeral()Amir E. Aharoni2015-06-021-0/+62
* Change @return to start with typeumherirrender2014-08-201-1/+1
* Language::isValidBuiltInCode() should not accept uppercase inputChad Horohoe2014-07-161-19/+9
* Return a TTL when formatting timesJackmcbarn2014-06-011-1/+20
* Merge "Fix Language::parseFormattedNumber for lzh and zh-classical"jenkins-bot2014-04-251-0/+23
|\
| * Fix Language::parseFormattedNumber for lzh and zh-classicalaude2014-04-251-0/+23
* | Pass phpcs-strict on some test files (10/11)Siebrand Mazeland2014-04-241-7/+21
|/
* Remove # from dataProviderumherirrender2014-04-181-1/+1
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* (bug #56685) make sure commafy can deal with strings.daniel2013-11-261-1/+4
* Fixed spacingumherirrender2013-11-211-1/+0
* Prevent space before ellipsis when truncatingUltrasonicNXT2013-11-151-0/+20