Merge "Make TitleMethodsTest a LangTestCase"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 30 Dec 2014 18:13:34 +0000 (18:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 30 Dec 2014 18:13:34 +0000 (18:13 +0000)
tests/phpunit/includes/TitleMethodsTest.php

index 707a4a1..bcdb45a 100644 (file)
@@ -7,7 +7,7 @@
  * @note We don't make assumptions about the main namespace.
  *       But we do expect the Help namespace to contain Wikitext.
  */
-class TitleMethodsTest extends MediaWikiTestCase {
+class TitleMethodsTest extends MediaWikiLangTestCase {
 
        protected function setUp() {
                global $wgContLang;