Changeset 51568 for trunk/tests/phpunit/tests/multisite/getSpaceAllowed.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/getSpaceAllowed.php
r50463 r51568 11 11 protected $suppress = false; 12 12 13 public function set Up() {13 public function set_up() { 14 14 global $wpdb; 15 parent::set Up();15 parent::set_up(); 16 16 $this->suppress = $wpdb->suppress_errors(); 17 17 } 18 18 19 public function tear Down() {19 public function tear_down() { 20 20 global $wpdb; 21 21 22 22 $wpdb->suppress_errors( $this->suppress ); 23 parent::tear Down();23 parent::tear_down(); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.