Changeset 38398 for trunk/tests/phpunit/tests/comment/wpComment.php
- Timestamp:
- 08/27/2016 08:35:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpComment.php
r38381 r38398 21 21 22 22 self::$comment_id = self::factory()->comment->create(); 23 }24 25 public static function wpTearDownAfterClass() {26 wp_delete_comment( 1, true );27 wp_delete_comment( self::$comment_id, true );28 23 } 29 24
Note: See TracChangeset
for help on using the changeset viewer.