mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 15:41:08 +01:00
Tests: Add missing @covers
tag for a wp_update_comment()
test.
Follow-up to [37609], [53863]. See #56793. git-svn-id: https://develop.svn.wordpress.org/trunk@55320 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
263d73a755
commit
f4de272818
@ -1142,6 +1142,9 @@ class Tests_Comment extends WP_UnitTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers ::wp_update_comment
|
||||
*/
|
||||
public function test_update_should_invalidate_comment_cache() {
|
||||
global $wpdb;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user