Changeset 32148 for branches/4.0/tests/phpunit/tests/canonical.php
- Timestamp:
- 04/19/2015 07:42:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/tests/phpunit/tests/canonical.php
r28966 r32148 86 86 function tearDown() { 87 87 global $wp_rewrite; 88 wp_set_current_user( $this->old_current_user ); 89 90 $wp_rewrite->init(); 88 91 parent::tearDown(); 89 wp_set_current_user( $this->old_current_user );90 91 $wp_rewrite->init();92 92 } 93 93
Note: See TracChangeset
for help on using the changeset viewer.