Changeset 31622 for trunk/tests/phpunit/tests/option/multisite.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/multisite.php
r29916 r31622 23 23 function tearDown() { 24 24 global $wpdb; 25 $wpdb->suppress_errors( $this->suppress ); 25 26 parent::tearDown(); 26 $wpdb->suppress_errors( $this->suppress );27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.