From ad9dcbd517ddac02599501a334115159e789163b Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 25 Jul 2011 17:17:21 +0000 Subject: [PATCH] Make SideBarTest work with a Language other than English set. Follow up r93050 --- tests/phpunit/skins/SideBarTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/skins/SideBarTest.php b/tests/phpunit/skins/SideBarTest.php index c53675bef5..914ea3aad1 100644 --- a/tests/phpunit/skins/SideBarTest.php +++ b/tests/phpunit/skins/SideBarTest.php @@ -1,6 +1,6 @@ initMessagesHref(); parent::__construct(); } @@ -32,9 +31,12 @@ class SideBarTest extends MediaWikiTestCase { } function setUp() { + parent::setUp(); + $this->initMessagesHref(); $this->skin = new SkinTemplate(); } function tearDown() { + parent::tearDown(); $this->skin = null; } -- 2.20.1