Changeset 34803
- Timestamp:
- 10/03/2015 06:35:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r34802 r34803 42 42 $this->factory = new WP_UnitTest_Factory; 43 43 $this->clean_up_global_scope(); 44 45 self::$default_permalink_structure = get_option( 'permalink_structure' ); 44 46 45 47 /* … … 53 55 $this->reset_taxonomies(); 54 56 $this->reset_post_statuses(); 57 $this->reset_permalinks(); 55 58 } 56 59 … … 73 76 add_filter( 'pre_option_db_version', array( $this, 'db_version' ) ); 74 77 } 75 76 self::$default_permalink_structure = get_option( 'permalink_structure' );77 78 $this->reset_permalinks();79 78 } 80 79
Note: See TracChangeset
for help on using the changeset viewer.