Changeset 31622 for trunk/tests/phpunit/tests/admin/includesScreen.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesScreen.php
r26456 r31622 38 38 39 39 function tearDown() { 40 parent::tearDown();41 40 unset( $GLOBALS['wp_taxonomies']['old-or-new'] ); 42 41 set_current_screen( 'front' ); 42 parent::tearDown(); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.