Skip to content

Commit bf4c174

Browse files
Tests: Add missing @covers tags for some multisite tests.
Follow-up to [62213], [62218], [62222]. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62237 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5044e95 commit bf4c174

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/phpunit/tests/multisite/getBlogDetails.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* @group ms-required
66
* @group ms-site
77
* @group multisite
8+
*
9+
* @covers ::get_blog_details
810
*/
911
class Tests_Multisite_GetBlogDetails extends WP_UnitTestCase {
1012

tests/phpunit/tests/multisite/updateBlogDetails.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @group ms-required
55
* @group ms-site
66
* @group multisite
7+
*
8+
* @covers ::update_blog_details
79
*/
810
class Tests_Multisite_UpdateBlogDetails extends WP_UnitTestCase {
911

tests/phpunit/tests/multisite/updateBlogStatus.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @group ms-required
55
* @group ms-site
66
* @group multisite
7+
*
8+
* @covers ::update_blog_status
79
*/
810
class Tests_Multisite_UpdateBlogStatus extends WP_UnitTestCase {
911

0 commit comments

Comments
 (0)