Changeset 32147 for branches/4.1/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 04/19/2015 05:38:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/customize/manager.php
r31329 r32147 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.