diff --git a/tests/phpunit/tests/rest-api/rest-navigation-fallback-controller.php b/tests/phpunit/tests/rest-api/rest-navigation-fallback-controller.php index 369c97dd62..b2374f3ff6 100644 --- a/tests/phpunit/tests/rest-api/rest-navigation-fallback-controller.php +++ b/tests/phpunit/tests/rest-api/rest-navigation-fallback-controller.php @@ -153,7 +153,7 @@ class WP_REST_Navigation_Fallback_Controller_Test extends WP_Test_REST_Controlle * * @ticket 58557 * - * @covers wp_add_fields_to_navigation_fallback_embedded_links + * @covers ::wp_add_fields_to_navigation_fallback_embedded_links * * @since 6.3.0 Added Navigation Fallbacks endpoint. */ diff --git a/tests/phpunit/tests/theme/customHeader.php b/tests/phpunit/tests/theme/customHeader.php index 13455df663..f78f6fc2af 100644 --- a/tests/phpunit/tests/theme/customHeader.php +++ b/tests/phpunit/tests/theme/customHeader.php @@ -88,7 +88,7 @@ class Tests_Theme_CustomHeader extends WP_UnitTestCase { * * @ticket 56180 * - * @covers get_header_image + * @covers ::get_header_image * * @dataProvider data_filter_header_image *