Changeset 38398 for trunk/tests/phpunit/tests/meta/slashes.php
- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta/slashes.php
r36787 r38398 15 15 self::$post_id = $factory->post->create(); 16 16 self::$comment_id = $factory->comment->create( array( 'comment_post_ID' => self::$post_id ) ); 17 }18 19 public static function wpTearDownAfterClass() {20 self::delete_user( self::$editor_id );21 wp_delete_comment( self::$comment_id, true );22 wp_delete_post( self::$post_id, true );23 17 } 24 18
Note: See TracChangeset
for help on using the changeset viewer.