Make WordPress Core


Ignore:
Timestamp:
08/25/2020 12:57:17 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Tests: Clean up some existing @covers tags.

The () at the end is unnecessary and disregarded by PHPUnit, so can be removed.

Props jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php

    r48275 r48858  
    35383538         * Test update_item() with same template that no longer exists.
    35393539         *
    3540          * @covers WP_REST_Posts_Controller::check_template()
     3540         * @covers WP_REST_Posts_Controller::check_template
    35413541         * @ticket 39996
    35423542         */
Note: See TracChangeset for help on using the changeset viewer.