aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/languages/LanguageKkTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-031-1/+1
| | | | Change-Id: Id175a83e71cc910eaee5d5890a9106872a3ca3b8
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
| | | | Change-Id: I5629f91387f2ac453ee4341bfe4bba310bd52f03
* Add first test cases for grammar in 'kk', 'tyv' languagesBartosz DziewoƄski2023-05-121-0/+33
| | | | | | | Using the names of currently existing Wikimedia projects and grammar cases already used in localisation messages. Change-Id: I0ddd0c609a2c21dcb541718a5381d23c2c4e4213
* tests: Move all language converter tests into /includes/Umherirrender2023-02-011-34/+0
| | | | | | | | | | | | Move tests from /languages/ to /includes/language/ similiar to the classes in f5644ba Clean up suite config too not longer run that folder as test, remove from coverage, there no php files to cover Remove converter tests from Language*Test files, all identical to the *ConverterTest cases (or remove the whole file) Change-Id: I098ba241bd61d8ed2ee9b65393416077e3544e79
* Move Language subclasses to includes/Timo Tijhof2021-08-041-0/+34
Depending on which namespace we want these classes to have after T166010 they could either stay in includes/languages/ (plural) in their own MediaWiki\Languages\-namespace dedicated to Language subclasses, or they could go in into a subdirectory like `includes/language/languages/` if we want to keep them in the same top-level namespace as other Language classes and services, but in a more nested namespace. For now, I've made the smaller change and kept the Language subclasses in their own directory directly under includes/, not nested further. Bug: T225756 Change-Id: I01015424707b442853879fd50c97f00215e5c2fa