Make WordPress Core


Ignore:
Timestamp:
08/25/2020 12:57:17 AM (5 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/post/nav-menu.php

    r48439 r48858  
    680680     * Test _wp_delete_customize_changeset_dependent_auto_drafts.
    681681     *
    682      * @covers ::_wp_delete_customize_changeset_dependent_auto_drafts()
     682     * @covers ::_wp_delete_customize_changeset_dependent_auto_drafts
    683683     */
    684684    function test_wp_delete_customize_changeset_dependent_auto_drafts() {
Note: See TracChangeset for help on using the changeset viewer.