Changeset 38398 for trunk/tests/phpunit/tests/ajax/TagSearch.php
- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/TagSearch.php
r35311 r38398 29 29 foreach ( self::$terms as $t ) { 30 30 self::$term_ids[] = wp_insert_term( $t, 'post_tag' ); 31 }32 }33 34 public static function wpTearDownAfterClass() {35 foreach ( self::$term_ids as $t ) {36 wp_delete_term( $t, 'post_tag' );37 31 } 38 32 }
Note: See TracChangeset
for help on using the changeset viewer.