mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-28 00:14:27 +00:00
Tests: Correct a number of malformed @covers tags.
As per the documentation of the `@covers` tag, global functions being covered should be prefixed with `::`. Also, the `()` after the function name is redundant. Follow-up to [39918]. Props jrf. See #50267. git-svn-id: https://develop.svn.wordpress.org/trunk@48848 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* @group privacy
|
||||
* @group user
|
||||
* @covers wp_send_user_request
|
||||
* @covers ::wp_send_user_request
|
||||
*/
|
||||
class Tests_User_WpSendUserRequest extends WP_UnitTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user