diff --git a/phpunit/tests/fonts/font-library/fontFamilyBackwardsCompatibility.php b/phpunit/tests/fonts/font-library/fontFamilyBackwardsCompatibility.php index a51cf094046a5..4305237d53292 100644 --- a/phpunit/tests/fonts/font-library/fontFamilyBackwardsCompatibility.php +++ b/phpunit/tests/fonts/font-library/fontFamilyBackwardsCompatibility.php @@ -6,6 +6,9 @@ * * @package WordPress * @subpackage Font Library + * + * @group fonts + * @group font-library */ class Tests_Font_Family_Backwards_Compatibility extends WP_UnitTestCase { private $post_ids_to_delete = array(); diff --git a/phpunit/tests/fonts/font-library/wpFontUtils/getFontFaceSlug.php b/phpunit/tests/fonts/font-library/wpFontUtils/getFontFaceSlug.php index 32575d4bb19a2..de0b02e63185e 100644 --- a/phpunit/tests/fonts/font-library/wpFontUtils/getFontFaceSlug.php +++ b/phpunit/tests/fonts/font-library/wpFontUtils/getFontFaceSlug.php @@ -4,7 +4,10 @@ * * @package WordPress * @subpackage Font Library - * * + * + * @group fonts + * @group font-library + * * @covers WP_Font_Utils::get_font_face_slug */ class Tests_Fonts_WpFontUtils_GetFontFaceSlug extends WP_UnitTestCase { diff --git a/phpunit/tests/fonts/font-library/wpRestFontCollectionsController.php b/phpunit/tests/fonts/font-library/wpRestFontCollectionsController.php index d73315c311ad7..e6143da6da646 100644 --- a/phpunit/tests/fonts/font-library/wpRestFontCollectionsController.php +++ b/phpunit/tests/fonts/font-library/wpRestFontCollectionsController.php @@ -7,6 +7,8 @@ * @since 6.5.0 * * @group restapi + * @group fonts + * @group font-library * * @coversDefaultClass WP_REST_Font_Collections_Controller */ diff --git a/phpunit/tests/fonts/font-library/wpRestFontFacesController.php b/phpunit/tests/fonts/font-library/wpRestFontFacesController.php index 277eb4dea761f..de6ecc3d73514 100644 --- a/phpunit/tests/fonts/font-library/wpRestFontFacesController.php +++ b/phpunit/tests/fonts/font-library/wpRestFontFacesController.php @@ -7,6 +7,8 @@ * @since 6.5.0 * * @group restapi + * @group fonts + * @group font-library * * @coversDefaultClass WP_REST_Font_Faces_Controller */ diff --git a/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php b/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php index 8deac60ee985c..9d44f7e0c65fe 100644 --- a/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php +++ b/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php @@ -7,6 +7,8 @@ * @since 6.5.0 * * @group restapi + * @group fonts + * @group font-library * * @coversDefaultClass WP_REST_Font_Families_Controller */