Changeset 62237
- Timestamp:
- 04/15/2026 10:27:45 PM (3 weeks ago)
- Location:
- trunk/tests/phpunit/tests/multisite
- Files:
-
- 3 edited
-
getBlogDetails.php (modified) (1 diff)
-
updateBlogDetails.php (modified) (1 diff)
-
updateBlogStatus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/getBlogDetails.php
r60148 r62237 6 6 * @group ms-site 7 7 * @group multisite 8 * 9 * @covers ::get_blog_details 8 10 */ 9 11 class Tests_Multisite_GetBlogDetails extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/multisite/updateBlogDetails.php
r60148 r62237 5 5 * @group ms-site 6 6 * @group multisite 7 * 8 * @covers ::update_blog_details 7 9 */ 8 10 class Tests_Multisite_UpdateBlogDetails extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/multisite/updateBlogStatus.php
r60148 r62237 5 5 * @group ms-site 6 6 * @group multisite 7 * 8 * @covers ::update_blog_status 7 9 */ 8 10 class Tests_Multisite_UpdateBlogStatus extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.