- Timestamp:
- 08/27/2016 08:35:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php
r37348 r38398 27 27 'comment_author_email' => 'foo@example.org' 28 28 ) ); 29 }30 31 public static function wpTearDownAfterClass() {32 wp_delete_comment( self::$comment->comment_ID, true );33 29 } 34 30
Note: See TracChangeset
for help on using the changeset viewer.