aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/languages/classes/LanguageCuTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Language subclasses to includes/Timo Tijhof2021-08-041-45/+0
| | | | | | | | | | | | | | | | 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
* languages: Add @group Language to all tests related to Language for easier ↵Peter Ovchyn2020-02-031-0/+1
| | | | | | | navigation through tests Bug: T226833, T243761 Change-Id: Ied7d4a1db661f5cfaefe6c392348ff56b1a5616c
* Add @covers tags to languages testsKunal Mehta2017-12-281-1/+3
| | | | | | | | I removed comments that merely repeated the location of the class being tested. There are other tests in this directory that don't have a corresponding class and need further investigation. Change-Id: Ic16f0887b5030ac53fab4382cfaedfb5426cdb08
* Convert all array() syntax to []Kunal Mehta2016-02-171-14/+14
| | | | | | | | | | Per wikitech-l consensus: https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html Notes: * Disabled CallTimePassByReference due to false positives (T127163) Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
* Move Test files under same folder structure where class is (/languages/)umherirrender2015-01-101-0/+42
Change-Id: I25c99272a1c2e318e6c61b4a497bf04886430e9b