From a9259800368f5f606dcf3555fabd84bf30769544 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Tue, 30 Dec 2014 10:22:56 +0100 Subject: [PATCH] Make TitleMethodsTest a LangTestCase With I40a51c14ce07c301c15c6c2128cc18bb12e71103 a compare of namespaces was added which fails when content language is not en. Change-Id: I21466231e10e6cd5969c8c9bfd4824bf9c47e6d8 --- tests/phpunit/includes/TitleMethodsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/TitleMethodsTest.php b/tests/phpunit/includes/TitleMethodsTest.php index 707a4a1c0b..bcdb45aa78 100644 --- a/tests/phpunit/includes/TitleMethodsTest.php +++ b/tests/phpunit/includes/TitleMethodsTest.php @@ -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; -- 2.20.1