Skip to content

Commit 74c99a3

Browse files
Tests: Add missing @covers tags for some multisite tests.
See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62213 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 32642e5 commit 74c99a3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/phpunit/tests/multisite/wpmuLogNewRegistrations.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/**
44
* @group ms-required
55
* @group multisite
6+
*
7+
* @covers ::wpmu_log_new_registrations
68
*/
79
class Tests_Multisite_wpmuLogNewRegistrations extends WP_UnitTestCase {
810

tests/phpunit/tests/multisite/wpmuValidateBlogSignup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/**
44
* @group ms-required
55
* @group multisite
6+
*
7+
* @covers ::wpmu_validate_blog_signup
68
*/
79
class Tests_Multisite_wpmuValidateBlogSignup extends WP_UnitTestCase {
810

tests/phpunit/tests/multisite/wpmuValidateUserSignup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/**
44
* @group ms-required
55
* @group multisite
6+
*
7+
* @covers ::wpmu_validate_user_signup
68
*/
79
class Tests_Multisite_wpmuValidateUserSignup extends WP_UnitTestCase {
810

0 commit comments

Comments
 (0)