diff --git a/tests/phpunit/tests/external-http/basic.php b/tests/phpunit/tests/readme.php similarity index 91% rename from tests/phpunit/tests/external-http/basic.php rename to tests/phpunit/tests/readme.php index 7ecc8713cc..f0068d821e 100644 --- a/tests/phpunit/tests/external-http/basic.php +++ b/tests/phpunit/tests/readme.php @@ -1,13 +1,14 @@ markTestSkipped( @@ -29,9 +30,7 @@ class Tests_External_HTTP_Basic extends WP_UnitTestCase { } /** - * @covers ::wp_remote_get - * @covers ::wp_remote_retrieve_response_code - * @covers ::wp_remote_retrieve_body + * @coversNothing */ public function test_readme_mysql_version() { // This test is designed to only run on trunk. @@ -62,9 +61,7 @@ class Tests_External_HTTP_Basic extends WP_UnitTestCase { } /** - * @covers ::wp_remote_get - * @covers ::wp_remote_retrieve_response_code - * @covers ::wp_remote_retrieve_body + * @coversNothing */ public function test_readme_mariadb_version() { // This test is designed to only run on trunk.