Make TitleMethodsTest a LangTestCase
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 30 Dec 2014 09:22:56 +0000 (10:22 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Tue, 30 Dec 2014 09:22:56 +0000 (10:22 +0100)
With I40a51c14ce07c301c15c6c2128cc18bb12e71103 a compare of namespaces
was added which fails when content language is not en.

Change-Id: I21466231e10e6cd5969c8c9bfd4824bf9c47e6d8

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;