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