From f4de27281810fd1c7b49a6afbbf9738c9d2c54ef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 13 Feb 2023 19:01:46 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/comment.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/comment.php b/tests/phpunit/tests/comment.php index e39bb81e1a..b65452a730 100644 --- a/tests/phpunit/tests/comment.php +++ b/tests/phpunit/tests/comment.php @@ -1142,6 +1142,9 @@ class Tests_Comment extends WP_UnitTestCase { } } + /** + * @covers ::wp_update_comment + */ public function test_update_should_invalidate_comment_cache() { global $wpdb;