Changeset 38398 for trunk/tests/phpunit/tests/query/results.php
- Timestamp:
- 08/27/2016 08:35:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r38382 r38398 68 68 } 69 69 70 public static function wpTearDownAfterClass() {71 foreach ( self::$cat_ids as $cat_id ) {72 wp_delete_term( $cat_id, 'category' );73 }74 75 foreach ( self::$tag_ids as $tag_id ) {76 wp_delete_term( $tag_id, 'post_tag' );77 }78 79 foreach ( self::$post_ids as $post_id ) {80 wp_delete_post( $post_id, true );81 }82 }83 84 70 function setUp() { 85 71 parent::setUp();
Note: See TracChangeset
for help on using the changeset viewer.