Skip to content

Commit ac186d7

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/phpunit/tests/multisite/getIdFromBlogname.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @group ms-required
88
* @group ms-site
99
* @group multisite
10+
*
11+
* @covers ::get_id_from_blogname
1012
*/
1113
class Tests_Multisite_GetIdFromBlogname extends WP_UnitTestCase {
1214

tests/phpunit/tests/multisite/getMainSiteId.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @group ms-required
77
* @group ms-site
88
* @group multisite
9+
*
10+
* @covers ::get_main_site_id
911
*/
1012
class Tests_Multisite_GetMainSiteId extends WP_UnitTestCase {
1113

0 commit comments

Comments
 (0)