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/ajax/CustomizeMenus.php

    r47122 r48858  
    609609     * Testing successful ajax_insert_auto_draft_post() call.
    610610     *
    611      * @covers WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()
     611     * @covers WP_Customize_Nav_Menus::ajax_insert_auto_draft_post
    612612     */
    613613    function test_ajax_insert_auto_draft_post_success() {
     
    639639     * Testing unsuccessful ajax_insert_auto_draft_post() call.
    640640     *
    641      * @covers WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()
     641     * @covers WP_Customize_Nav_Menus::ajax_insert_auto_draft_post
    642642     */
    643643    function test_ajax_insert_auto_draft_failures() {
Note: See TracChangeset for help on using the changeset viewer.