mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user