Changeset 31622 for trunk/tests/phpunit/tests/customize/setting.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/setting.php
r31342 r31622 27 27 28 28 function tearDown() { 29 parent::tearDown();30 29 $this->manager = null; 31 30 unset( $GLOBALS['wp_customize'] ); 31 parent::tearDown(); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.