Changeset 31622 for trunk/tests/phpunit/tests/customize/widgets.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/widgets.php
r31426 r31622 36 36 37 37 function tearDown() { 38 parent::tearDown();39 38 $this->manager = null; 40 39 unset( $GLOBALS['wp_customize'] ); 41 40 unset( $GLOBALS['wp_scripts'] ); 41 parent::tearDown(); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.