Changeset 32150 for branches/3.8/tests/phpunit/tests/canonical.php
- Timestamp:
- 04/19/2015 10:54:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/tests/phpunit/tests/canonical.php
r26091 r32150 81 81 82 82 function tearDown() { 83 wp_set_current_user( $this->old_current_user ); 84 85 $GLOBALS['wp_rewrite']->init(); 83 86 parent::tearDown(); 84 wp_set_current_user( $this->old_current_user );85 86 $GLOBALS['wp_rewrite']->init();87 87 } 88 88
Note: See TracChangeset
for help on using the changeset viewer.