- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/cleanDirsizeCache.php
r51331 r51568 12 12 protected $suppress = false; 13 13 14 function set Up() {14 function set_up() { 15 15 global $wpdb; 16 parent::set Up();16 parent::set_up(); 17 17 $this->suppress = $wpdb->suppress_errors(); 18 18 } 19 19 20 function tear Down() {20 function tear_down() { 21 21 global $wpdb; 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.