From: umherirrender Date: Sun, 11 Nov 2012 07:08:45 +0000 (+0100) Subject: Let TextContentTest extends MediaWikiLangTestCase X-Git-Tag: 1.31.0-rc.0~21618^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=2316a649d4ab876b7bdd2400eafffcbe671c044c;p=lhc%2Fweb%2Fwiklou.git Let TextContentTest extends MediaWikiLangTestCase There is signature expansion, which fails on $wgLanguageCode = 'de'; Change-Id: I827693a9f872219b983c62f4d3483e67ed9e8a2f --- diff --git a/tests/phpunit/includes/content/TextContentTest.php b/tests/phpunit/includes/content/TextContentTest.php index 52e168b3ff..dd03340b9a 100644 --- a/tests/phpunit/includes/content/TextContentTest.php +++ b/tests/phpunit/includes/content/TextContentTest.php @@ -5,7 +5,7 @@ * @group Database * ^--- needed, because we do need the database to test link updates */ -class TextContentTest extends MediaWikiTestCase { +class TextContentTest extends MediaWikiLangTestCase { protected $context; protected function setUp() {