Changeset 38398 for trunk/tests/phpunit/tests/comment/getCommentLink.php
- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentLink.php
r35933 r38398 43 43 ) ); 44 44 45 }46 47 public static function wpTearDownAfterClass() {48 foreach ( self::$comments as $c ) {49 wp_delete_comment( $c, true );50 }51 52 wp_delete_post( self::$p, true );53 45 } 54 46
Note: See TracChangeset
for help on using the changeset viewer.