aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2012-11-11 08:08:45 +0100
committerGerrit Code Review <gerrit@wikimedia.org>2012-11-11 09:18:04 +0000
commit2316a649d4ab876b7bdd2400eafffcbe671c044c (patch)
tree1cc1651f0121e9f53f3a2283f0a90268e19b303b /tests/phpunit
parenta47c1a83135fece5e2258d02465253f377372a45 (diff)
downloadmediawikicore-2316a649d4ab876b7bdd2400eafffcbe671c044c.tar.gz
mediawikicore-2316a649d4ab876b7bdd2400eafffcbe671c044c.zip
Let TextContentTest extends MediaWikiLangTestCase
There is signature expansion, which fails on $wgLanguageCode = 'de'; Change-Id: I827693a9f872219b983c62f4d3483e67ed9e8a2f
Diffstat (limited to 'tests/phpunit')
-rw-r--r--tests/phpunit/includes/content/TextContentTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/content/TextContentTest.php b/tests/phpunit/includes/content/TextContentTest.php
index 52e168b3fff0..dd03340b9a10 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() {