mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +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:
@@ -2,6 +2,8 @@
|
||||
|
||||
/**
|
||||
* @group comment
|
||||
*
|
||||
*@covers ::get_comment_author_url
|
||||
*/
|
||||
class Tests_Comment_GetCommentAuthorUrl extends WP_UnitTestCase {
|
||||
public function get_comment_author_url_filter( $url, $id, $comment ) {
|
||||
|
||||
Reference in New Issue
Block a user