From 3399ffa0313c3612576ef35b5b4103fd509ff1b9 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 14 Jun 2011 21:27:07 +0000 Subject: [PATCH] BlockTest changes $wgContLang, too. --- tests/phpunit/includes/BlockTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/BlockTest.php b/tests/phpunit/includes/BlockTest.php index 58e050793d..af434c87b1 100644 --- a/tests/phpunit/includes/BlockTest.php +++ b/tests/phpunit/includes/BlockTest.php @@ -3,7 +3,7 @@ /** * @group Database */ -class BlockTest extends MediaWikiTestCase { +class BlockTest extends MediaWikiLangTestCase { const REASON = "Some reason"; -- 2.20.1