Make WordPress Core


Ignore:
Timestamp:
08/25/2020 12:57:17 AM (4 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/theme.php

    r48190 r48858  
    353353     * Test _wp_keep_alive_customize_changeset_dependent_auto_drafts.
    354354     *
    355      * @covers ::_wp_keep_alive_customize_changeset_dependent_auto_drafts()
     355     * @covers ::_wp_keep_alive_customize_changeset_dependent_auto_drafts
    356356     */
    357357    function test_wp_keep_alive_customize_changeset_dependent_auto_drafts() {
Note: See TracChangeset for help on using the changeset viewer.