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:
Sergey Biryukov 2023-02-13 19:01:46 +00:00
parent 263d73a755
commit f4de272818

View File

@ -1142,6 +1142,9 @@ class Tests_Comment extends WP_UnitTestCase {
}
}
/**
* @covers ::wp_update_comment
*/
public function test_update_should_invalidate_comment_cache() {
global $wpdb;