Make WordPress Core

Changeset 51992


Ignore:
Timestamp:
11/02/2021 09:56:10 PM (3 years ago)
Author:
hellofromTonya
Message:

Build/Test Tools: Add missing @covers tags for Tests_Admin_includesFile.

Follow-up to [25002], [42773].

Props pbearne, jrf, hellofromTonya.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesFile.php

    r51939 r51992  
    99    /**
    1010     * @ticket 20449
     11     *
     12     * @covers ::get_home_path
    1113     */
    1214    function test_get_home_path() {
     
    3537    /**
    3638     * @ticket 43329
     39     *
     40     * @covers ::download_url
    3741     */
    3842    public function test_download_url_non_200_response_code() {
Note: See TracChangeset for help on using the changeset viewer.