Make WordPress Core

Changeset 51993


Ignore:
Timestamp:
11/02/2021 10:00:44 PM (5 years ago)
Author:
hellofromTonya
Message:

Build/Test Tools: Add missing @covers tags for Tests_Admin_includesListTable.

Follow-up to [31730].

Props pbearne, jrf, hellofromTonya.
See #39265.

File:
1 edited

Legend:

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

    r51968 r51993  
    7676        /**
    7777         * @ticket 15459
     78         *
     79         * @covers WP_Posts_List_Table::display_rows
     80         * @covers WP_Posts_List_Table::set_hierarchical_display
    7881         */
    7982        function test_list_hierarchical_pages_first_page() {
     
    9295        /**
    9396         * @ticket 15459
     97         *
     98         * @covers WP_Posts_List_Table::display_rows
     99         * @covers WP_Posts_List_Table::set_hierarchical_display
    94100         */
    95101        function test_list_hierarchical_pages_second_page() {
     
    109115        /**
    110116         * @ticket 15459
     117         *
     118         * @covers WP_Posts_List_Table::display_rows
     119         * @covers WP_Posts_List_Table::set_hierarchical_display
    111120         */
    112121        function test_search_hierarchical_pages_first_page() {
     
    126135        /**
    127136         * @ticket 15459
     137         *
     138         * @covers WP_Posts_List_Table::display_rows
     139         * @covers WP_Posts_List_Table::set_hierarchical_display
    128140         */
    129141        function test_search_hierarchical_pages_second_page() {
     
    143155        /**
    144156         * @ticket 15459
     157         *
     158         * @covers WP_Posts_List_Table::display_rows
     159         * @covers WP_Posts_List_Table::set_hierarchical_display
    145160         */
    146161        function test_grandchildren_hierarchical_pages_first_page() {
     
    162177        /**
    163178         * @ticket 15459
     179         *
     180         * @covers WP_Posts_List_Table::display_rows
     181         * @covers WP_Posts_List_Table::set_hierarchical_display
    164182         */
    165183        function test_grandchildren_hierarchical_pages_second_page() {
     
    240258        /**
    241259         * @ticket 37407
     260         *
     261         * @covers WP_Posts_List_Table::extra_tablenav
    242262         */
    243263        function test_filter_button_should_not_be_shown_if_there_are_no_posts() {
     
    254274        /**
    255275         * @ticket 37407
     276         *
     277         * @covers WP_Posts_List_Table::extra_tablenav
    256278         */
    257279        function test_months_dropdown_should_not_be_shown_if_there_are_no_posts() {
     
    268290        /**
    269291         * @ticket 37407
     292         *
     293         * @covers WP_Posts_List_Table::extra_tablenav
    270294         */
    271295        function test_category_dropdown_should_not_be_shown_if_there_are_no_posts() {
     
    282306        /**
    283307         * @ticket 38341
     308         *
     309         * @covers WP_Posts_List_Table::extra_tablenav
    284310         */
    285311        public function test_empty_trash_button_should_not_be_shown_if_there_are_no_posts() {
     
    296322        /**
    297323         * @ticket 40188
     324         *
     325         * @covers WP_Posts_List_Table::extra_tablenav
    298326         */
    299327        public function test_filter_button_should_not_be_shown_if_there_are_no_comments() {
     
    309337        /**
    310338         * @ticket 40188
     339         *
     340         * @covers WP_Posts_List_Table::extra_tablenav
    311341         */
    312342        public function test_filter_button_should_be_shown_if_there_are_comments() {
     
    331361        /**
    332362         * @ticket 40188
     363         *
     364         * @covers WP_Posts_List_Table::extra_tablenav
    333365         */
    334366        public function test_filter_comment_type_dropdown_should_be_shown_if_there_are_comments() {
     
    354386        /**
    355387         * @ticket 38341
     388         *
     389         * @covers WP_Posts_List_Table::extra_tablenav
    356390         */
    357391        public function test_empty_trash_button_should_not_be_shown_if_there_are_no_comments() {
     
    367401        /**
    368402         * @ticket 19278
     403         *
     404         * @covers WP_Posts_List_Table::bulk_actions
    369405         */
    370406        public function test_bulk_action_menu_supports_options_and_optgroups() {
     
    402438        /**
    403439         * @ticket 45089
     440         *
     441         * @covers WP_Posts_List_Table::print_column_headers
    404442         */
    405443        public function test_sortable_columns() {
     
    436474        /**
    437475         * @ticket 45089
     476         *
     477         * @covers WP_Posts_List_Table::print_column_headers
    438478         */
    439479        public function test_sortable_columns_with_current_ordering() {
Note: See TracChangeset for help on using the changeset viewer.