mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-19 23:40:23 +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:
@@ -4,6 +4,8 @@
|
||||
* @group comment
|
||||
*
|
||||
* Testing items that are only testable by grabbing the markup of `comments_template()` from the output buffer.
|
||||
*
|
||||
* @covers ::comments_template
|
||||
*/
|
||||
class Tests_Comment_CommentsTemplate extends WP_UnitTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user