Make WordPress Core

Changeset 50290


Ignore:
Timestamp:
02/11/2021 08:53:51 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/external-http/.

Props patopaiar, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/external-http/basic.php

    r47122 r50290  
    55class Tests_External_HTTP_Basic extends WP_UnitTestCase {
    66
     7    /**
     8     * @covers ::wp_remote_get
     9     * @covers ::wp_remote_retrieve_response_code
     10     * @covers ::wp_remote_retrieve_body
     11     */
    712    function test_readme() {
    813        // This test is designed to only run on trunk/master.
Note: See TracChangeset for help on using the changeset viewer.