From: Platonides Date: Sat, 23 Nov 2013 18:49:39 +0000 (+0100) Subject: StatusTest is language dependant X-Git-Tag: 1.31.0-rc.0~17157^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=72400dc7f13100538708b07767dc35199498d621;p=lhc%2Fweb%2Fwiklou.git StatusTest is language dependant The 'Internal error:' piece is translated to other languages. Change-Id: I32e333bb69268f323e363a0c1089326ce821fc8b --- diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php index 376009dcaf..aa2008b7a5 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();