Changeset 38398 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 08/27/2016 08:35:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r35311 r38398 36 36 } 37 37 38 public static function wpTearDownAfterClass() {39 foreach ( self::$comment_ids as $comment_id ) {40 wp_delete_comment( $comment_id, true );41 }42 43 wp_delete_post( self::$comment_post->ID, true );44 wp_delete_post( self::$draft_post->ID, true );45 }46 47 38 public function tearDown() { 48 39 remove_filter( 'query', array( $this, '_block_comments' ) );
Note: See TracChangeset
for help on using the changeset viewer.