From: umherirrender Date: Mon, 25 Nov 2013 20:19:23 +0000 (+0100) Subject: Fix StatusTest for wikis with $wgLanguageCode != 'en' X-Git-Tag: 1.31.0-rc.0~17888 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=4779072bb2e6f40cd573e2184b49188124fdb515;p=lhc%2Fweb%2Fwiklou.git Fix StatusTest for wikis with $wgLanguageCode != 'en' The "Internal error" of the error message was localized. Change-Id: I8a461e51edd989adbeff0d1443f94bc481b3a7c2 --- 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();