From: Kunal Mehta Date: Fri, 5 Dec 2014 21:38:54 +0000 (-0800) Subject: Remove unused global declaration X-Git-Tag: 1.31.0-rc.0~13068 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=49d762c2f7e5926f312fed1a596f2b353fb1ddc1;p=lhc%2Fweb%2Fwiklou.git Remove unused global declaration Change-Id: I4239cee1410c40d3ffd4a19f409a91a945a72d60 --- diff --git a/tests/phpunit/includes/cache/LocalisationCacheTest.php b/tests/phpunit/includes/cache/LocalisationCacheTest.php index 24b518601d..a0d308aa75 100644 --- a/tests/phpunit/includes/cache/LocalisationCacheTest.php +++ b/tests/phpunit/includes/cache/LocalisationCacheTest.php @@ -7,8 +7,6 @@ */ class LocalisationCacheTest extends MediaWikiTestCase { protected function setUp() { - global $IP; - parent::setUp(); $this->setMwGlobals( array( 'wgExtensionMessagesFiles' => array(),