- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php
r37305 r38398 12 12 $comment_ids = $factory->comment->create_post_comments( 0, 1 ); 13 13 self::$comments = array_map( 'get_comment', $comment_ids ); 14 }15 16 public static function wpTearDownAfterClass() {17 foreach ( self::$comments as $comment ) {18 wp_delete_comment( $comment, true );19 }20 14 } 21 15
Note: See TracChangeset
for help on using the changeset viewer.