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
This commit is contained in:
Sergey Biryukov 2021-02-11 20:53:51 +00:00
parent 5b3cb96ce0
commit 835066933b

View File

@ -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();