Changeset 32151 for branches/3.7/tests/phpunit/tests/shortcode.php
- Timestamp:
- 04/19/2015 11:20:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/tests/phpunit/tests/shortcode.php
r25002 r32151 21 21 function tearDown() { 22 22 global $shortcode_tags; 23 parent::tearDown();24 23 foreach ( $this->shortcodes as $shortcode ) 25 24 unset( $shortcode_tags[ $shortcode ] ); 25 parent::tearDown(); 26 26 } 27 27
Note: See TracChangeset
for help on using the changeset viewer.