Make WordPress Core


Ignore:
Timestamp:
11/03/2021 12:54:47 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Correct @covers tags in WP_Comments_List_Table tests.

Follow-up to [51993], [51997].

See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/wpCommentsListTable.php

    r51997 r51998  
    1919     * @ticket 40188
    2020     *
    21      * @covers WP_Posts_List_Table::extra_tablenav
     21     * @covers WP_Comments_List_Table::extra_tablenav
    2222     */
    2323    public function test_filter_button_should_not_be_shown_if_there_are_no_comments() {
     
    3232     * @ticket 40188
    3333     *
    34      * @covers WP_Posts_List_Table::extra_tablenav
     34     * @covers WP_Comments_List_Table::extra_tablenav
    3535     */
    3636    public function test_filter_button_should_be_shown_if_there_are_comments() {
     
    5555     * @ticket 40188
    5656     *
    57      * @covers WP_Posts_List_Table::extra_tablenav
     57     * @covers WP_Comments_List_Table::extra_tablenav
    5858     */
    5959    public function test_filter_comment_type_dropdown_should_be_shown_if_there_are_comments() {
     
    7979     * @ticket 38341
    8080     *
    81      * @covers WP_Posts_List_Table::extra_tablenav
     81     * @covers WP_Comments_List_Table::extra_tablenav
    8282     */
    8383    public function test_empty_trash_button_should_not_be_shown_if_there_are_no_comments() {
     
    9292     * @ticket 19278
    9393     *
    94      * @covers WP_Posts_List_Table::bulk_actions
     94     * @covers WP_Comments_List_Table::bulk_actions
    9595     */
    9696    public function test_bulk_action_menu_supports_options_and_optgroups() {
     
    127127     * @ticket 45089
    128128     *
    129      * @covers WP_Posts_List_Table::print_column_headers
     129     * @covers WP_Comments_List_Table::print_column_headers
    130130     */
    131131    public function test_sortable_columns() {
     
    161161     * @ticket 45089
    162162     *
    163      * @covers WP_Posts_List_Table::print_column_headers
     163     * @covers WP_Comments_List_Table::print_column_headers
    164164     */
    165165    public function test_sortable_columns_with_current_ordering() {
Note: See TracChangeset for help on using the changeset viewer.