Tests: Use the ms-required group where appropriate.

This replaces the `if ( is_multisite() )` conditional wrapping entire test classes with the `ms-required` group for more consistency across the test suite.

Follow-up to [40520].

See #63167.
Built from https://develop.svn.wordpress.org/trunk@60148


git-svn-id: http://core.svn.wordpress.org/trunk@59484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-04-09 13:31:31 +00:00
parent 95f9ddbe45
commit dcd0ea342c

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60147';
$wp_version = '6.9-alpha-60148';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.