Changeset 38398 for trunk/tests/phpunit/tests/ajax/DeleteComment.php
- Timestamp:
- 08/27/2016 08:35:16 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/DeleteComment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DeleteComment.php
r37404 r38398 35 35 } 36 36 37 public static function wpTearDownAfterClass() {38 wp_delete_post( self::$post_id, true );39 40 foreach ( self::$comments as $c ) {41 wp_delete_comment( $c->ID, true );42 }43 }44 45 37 /** 46 38 * Clear the POST actions in between requests
Note: See TracChangeset
for help on using the changeset viewer.