From 835066933b7495ca7aa0908128bfaa1acc36e43f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 11 Feb 2021 20:53:51 +0000 Subject: [PATCH] Tests: Add missing `@covers` tags for files in `phpunit/tests/external-http/`. Props patopaiar, jrf. See #39265. git-svn-id: https://develop.svn.wordpress.org/trunk@50290 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/external-http/basic.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/tests/external-http/basic.php b/tests/phpunit/tests/external-http/basic.php index 56f8c24441..1f8109502c 100644 --- a/tests/phpunit/tests/external-http/basic.php +++ b/tests/phpunit/tests/external-http/basic.php @@ -4,6 +4,11 @@ */ class Tests_External_HTTP_Basic extends WP_UnitTestCase { + /** + * @covers ::wp_remote_get + * @covers ::wp_remote_retrieve_response_code + * @covers ::wp_remote_retrieve_body + */ function test_readme() { // This test is designed to only run on trunk/master. $this->skipOnAutomatedBranches();