From 3a80732d1c9c7ca568d57351feb58e760215bc2c Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 30 Oct 2012 23:48:17 +0100 Subject: [PATCH] WikitextContentHandlerTest expects the messages to be in English. The 4 testGetAutosummary were failing with the wiki configured to a different language. Change-Id: Ibb003a8d5758b25032e0e7df98dfc90d149409db --- tests/phpunit/includes/content/WikitextContentHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/content/WikitextContentHandlerTest.php b/tests/phpunit/includes/content/WikitextContentHandlerTest.php index 1ba85a91f2..d68c3e5438 100644 --- a/tests/phpunit/includes/content/WikitextContentHandlerTest.php +++ b/tests/phpunit/includes/content/WikitextContentHandlerTest.php @@ -3,7 +3,7 @@ /** * @group ContentHandler */ -class WikitextContentHandlerTest extends MediaWikiTestCase { +class WikitextContentHandlerTest extends MediaWikiLangTestCase { /** * @var ContentHandler -- 2.20.1