Changeset 35244 for trunk/tests/phpunit/tests/shortcode.php
- Timestamp:
- 10/17/2015 07:24:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/shortcode.php
r34933 r35244 21 21 function tearDown() { 22 22 global $shortcode_tags; 23 foreach ( $this->shortcodes as $shortcode ) 23 foreach ( $this->shortcodes as $shortcode ) { 24 24 unset( $shortcode_tags[ $shortcode ] ); 25 } 25 26 parent::tearDown(); 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.