Build/Test Tools: Add @covers tags to the comments tests.

Props pbearne, jrf, hellofromTonya, patopaiar, ironprogrammer, antonvlasenko, SergeyBiryukov, costdev.
See #39265.

git-svn-id: https://develop.svn.wordpress.org/trunk@53863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2022-08-08 23:12:30 +00:00
parent 041a9256fb
commit 57b08d1998
29 changed files with 626 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
<?php
/**
* @group comment
*
* Class Tests_WP_Count_Comments
*
* @covers ::wp_count_comments
*/
class Tests_WP_Count_Comments extends WP_UnitTestCase {
public function test_wp_count_comments() {