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:
parent
3626449004
commit
4c1c287413
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user