Changeset 34602 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 09/26/2015 07:28:34 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/multisite/site.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r34601 r34602 1096 1096 add_filter( 'pre_get_space_used', array( $this, '_filter_space_used' ) ); 1097 1097 $available = is_upload_space_available(); 1098 $used = get_space_used(); 1098 1099 remove_filter( 'pre_get_space_used', array( $this, '_filter_space_used' ) ); 1099 1100 1100 1101 $this->assertEquals( 1101 1102 $available, 1102 self::$space_used < 2501103 $used < 250 1103 1104 ); 1104 1105 }
Note: See TracChangeset
for help on using the changeset viewer.