From: Platonides Date: Mon, 25 Jul 2011 17:17:21 +0000 (+0000) Subject: Make SideBarTest work with a Language other than English set. X-Git-Tag: 1.31.0-rc.0~28638 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=ad9dcbd517ddac02599501a334115159e789163b;p=lhc%2Fweb%2Fwiklou.git Make SideBarTest work with a Language other than English set. Follow up r93050 --- 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; }