From 49d762c2f7e5926f312fed1a596f2b353fb1ddc1 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 5 Dec 2014 13:38:54 -0800 Subject: [PATCH] Remove unused global declaration Change-Id: I4239cee1410c40d3ffd4a19f409a91a945a72d60 --- tests/phpunit/includes/cache/LocalisationCacheTest.php | 2 -- 1 file changed, 2 deletions(-) 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(), -- 2.20.1