Changeset 50450 for trunk/tests/phpunit/tests/multisite.php
- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite.php
r48937 r50450 19 19 function tearDown() { 20 20 global $wpdb; 21 $wpdb->suppress_errors( $this->suppress ); 21 22 parent::tearDown(); 22 $wpdb->suppress_errors( $this->suppress );23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.