Changeset 31622 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r31370 r31622 17 17 18 18 function tearDown() { 19 parent::tearDown();20 19 $this->manager = null; 21 20 unset( $GLOBALS['wp_customize'] ); 21 parent::tearDown(); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.