From 4779072bb2e6f40cd573e2184b49188124fdb515 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 25 Nov 2013 21:19:23 +0100 Subject: [PATCH] Fix StatusTest for wikis with $wgLanguageCode != 'en' The "Internal error" of the error message was localized. Change-Id: I8a461e51edd989adbeff0d1443f94bc481b3a7c2 --- tests/phpunit/includes/StatusTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php index b954d22597..8ed21898ea 100644 --- a/tests/phpunit/includes/StatusTest.php +++ b/tests/phpunit/includes/StatusTest.php @@ -3,7 +3,7 @@ /** * @author Adam Shorland */ -class StatusTest extends MediaWikiTestCase { +class StatusTest extends MediaWikiLangTestCase { public function testCanConstruct() { new Status(); -- 2.20.1