Changeset 32147 for branches/4.1/tests/phpunit/tests/user/multisite.php
- Timestamp:
- 04/19/2015 05:38:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/user/multisite.php
r29937 r32147 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.