r110722 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110721‎ | r110722 | r110723 >
Date:15:26, 5 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Fix call to deprecated to fix test since it was throwing errors
Modified paths:
  • /trunk/phase3/tests/phpunit/skins/SideBarTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/skins/SideBarTest.php
@@ -37,7 +37,7 @@
3838 parent::setUp();
3939 $this->initMessagesHref();
4040 $this->skin = new SkinTemplate();
41 - $this->skin->getContext()->setLang( Language::factory( 'en' ) );
 41+ $this->skin->getContext()->setLanguage( Language::factory( 'en' ) );
4242 }
4343 function tearDown() {
4444 parent::tearDown();

Status & tagging log