Fix StatusTest for wikis with $wgLanguageCode != 'en'
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 25 Nov 2013 20:19:23 +0000 (21:19 +0100)
committerIAlex <codereview@emsenhuber.ch>
Tue, 26 Nov 2013 17:42:40 +0000 (17:42 +0000)
The "Internal error" of the error message was localized.

Change-Id: I8a461e51edd989adbeff0d1443f94bc481b3a7c2

tests/phpunit/includes/StatusTest.php

index b954d22..8ed2189 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * @author Adam Shorland
  */
-class StatusTest extends MediaWikiTestCase {
+class StatusTest extends MediaWikiLangTestCase {
 
        public function testCanConstruct() {
                new Status();