Be sure to force-delete when cleaning up fixtures in `get_comment_link()` tests.

Introduced in [35857].

Mega-super-anti-props boonebgorges.

git-svn-id: https://develop.svn.wordpress.org/trunk@35858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2015-12-11 02:46:37 +00:00
parent 3626449004
commit 4c1c287413
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Tests_Comment_GetCommentLink extends WP_UnitTestCase {
wp_delete_comment( $c, true );
}
wp_delete_post( self::$p );
wp_delete_post( self::$p, true );
}
/**