Changeset 35136
- Timestamp:
- 10/13/2015 03:21:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r34828 r35136 31 31 } 32 32 33 global $wpdb ;33 global $wpdb, $wp_rewrite; 34 34 $wpdb->suppress_errors = false; 35 35 $wpdb->show_errors = true; … … 49 49 $this->reset_taxonomies(); 50 50 $this->reset_post_statuses(); 51 $this->set_permalink_structure(); 51 52 if ( $wp_rewrite->permalink_structure ) { 53 $this->set_permalink_structure( '' ); 54 } 52 55 } 53 56
Note: See TracChangeset
for help on using the changeset viewer.