Remove unused global declaration
authorKunal Mehta <legoktm@gmail.com>
Fri, 5 Dec 2014 21:38:54 +0000 (13:38 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 5 Dec 2014 21:39:48 +0000 (21:39 +0000)
Change-Id: I4239cee1410c40d3ffd4a19f409a91a945a72d60

tests/phpunit/includes/cache/LocalisationCacheTest.php

index 24b5186..a0d308a 100644 (file)
@@ -7,8 +7,6 @@
  */
 class LocalisationCacheTest extends MediaWikiTestCase {
        protected function setUp() {
-               global $IP;
-
                parent::setUp();
                $this->setMwGlobals( array(
                        'wgExtensionMessagesFiles' => array(),