Integration tests for Language fallback methods
authorAryeh Gregor <ayg@aryeh.name>
Sun, 25 Aug 2019 11:15:53 +0000 (14:15 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Thu, 29 Aug 2019 15:25:12 +0000 (18:25 +0300)
commit97b9dbc6ceace6f58668aaf6b43b791c70bca422
tree45f7b7f4f1b9d93b9e8606022895d89401e69040
parent709773ab57478dfc9cbc7dae9edf158e2f42f4fd
Integration tests for Language fallback methods

100% coverage.  Next: reimplementation as a service, and tests for the
new service.

Change-Id: Icdd5b84eb91fc83905209ce08d499011f7288e33
tests/common/TestsAutoLoader.php
tests/phpunit/languages/LanguageFallbackStaticMethodsTest.php [new file with mode: 0644]
tests/phpunit/unit/includes/language/LanguageFallbackTestTrait.php [new file with mode: 0644]