Changeset 32147 for branches/4.1/tests/phpunit/tests/customize/setting.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/setting.php
r31410 r32147 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.