mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user