Make WordPress Core

Changeset 55320


Ignore:
Timestamp:
02/13/2023 07:01:46 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tag for a wp_update_comment() test.

Follow-up to [37609], [53863].

See #56793.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment.php

    r55319 r55320  
    11431143    }
    11441144
     1145    /**
     1146     * @covers ::wp_update_comment
     1147     */
    11451148    public function test_update_should_invalidate_comment_cache() {
    11461149        global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.