Changeset 34370 for trunk/tests/phpunit/tests/admin/includesScreen.php
- Timestamp:
- 09/22/2015 03:36:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesScreen.php
r33985 r34370 39 39 function tearDown() { 40 40 unset( $GLOBALS['wp_taxonomies']['old-or-new'] ); 41 set_current_screen( 'front');41 unset( $GLOBALS['screen'] ); 42 42 parent::tearDown(); 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.