Changeset 34902
- Timestamp:
- 10/07/2015 07:24:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r34901 r34902 11 11 class Tests_Multisite_Site extends WP_UnitTestCase { 12 12 protected $suppress = false; 13 14 protected static $space_used;15 protected static $space_allowed;16 17 public static function setUpBeforeClass() {18 parent::setUpBeforeClass();19 20 self::$space_allowed = get_space_allowed();21 self::$space_used = get_space_used();22 }23 13 24 14 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.