From b415937e4a1f999b218420d4502c67067d6b5cf9 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 24 Sep 2015 20:32:49 +0000 Subject: [PATCH] Another missed file from [34172]. See #33877 git-svn-id: https://develop.svn.wordpress.org/trunk@34518 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/multisite/getSpaceUsed.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/tests/multisite/getSpaceUsed.php b/tests/phpunit/tests/multisite/getSpaceUsed.php index bf4f1076f1..45135ba839 100644 --- a/tests/phpunit/tests/multisite/getSpaceUsed.php +++ b/tests/phpunit/tests/multisite/getSpaceUsed.php @@ -13,8 +13,6 @@ class Tests_Multisite_Get_Space_Used extends WP_UnitTestCase { global $wpdb; parent::setUp(); $this->suppress = $wpdb->suppress_errors(); - - $_SERVER['REMOTE_ADDR'] = ''; } function tearDown() {