Another missed file from [34172].

See #33877


git-svn-id: https://develop.svn.wordpress.org/trunk@34518 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-09-24 20:32:49 +00:00
parent 5b5b714694
commit b415937e4a

View File

@ -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() {