wiki.techinc.nl/tests/phpunit/includes/cache
Aryeh Gregor 2e52f48c2e Split some Language methods to LanguageNameUtils
These are static methods that have to do with processing language names
and codes. I didn't include fallback behavior, because that would mean a
circular dependency with LocalisationCache.

In the new class, I renamed AS_AUTONYMS to AUTONYMS, and added a class
constant DEFINED for 'mw' to match the existing SUPPORTED and ALL. I
also renamed fetchLanguageName(s) to getLanguageName(s).

There is 100% test coverage for the code in the new class.

Change-Id: I245ae94bfc1f62b6af75ea57525139adf2539fe6
2019-08-23 12:52:35 +03:00
..
GenderCacheTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
LocalisationCacheTest.php Split some Language methods to LanguageNameUtils 2019-08-23 12:52:35 +03:00
MessageCacheTest.php Convert MessageCache to service 2019-08-18 12:11:36 +03:00