Changeset 38398 for trunk/tests/phpunit/tests/admin/includesComment.php
- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesComment.php
r38372 r38398 43 43 44 44 /** 45 * Delete the post and comments for the tests.46 */47 public static function wpTearDownAfterClass() {48 foreach ( self::$comment_ids as $comment_id ) {49 wp_delete_comment( $comment_id, true );50 }51 52 wp_delete_post( self::$post_id, true );53 }54 55 /**56 45 * Verify that both the comment date and author must match for a comment to exist. 57 46 */
Note: See TracChangeset
for help on using the changeset viewer.