Changeset 51998 for trunk/tests/phpunit/tests/admin/wpCommentsListTable.php
- Timestamp:
- 11/03/2021 12:54:47 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpCommentsListTable.php
r51997 r51998 19 19 * @ticket 40188 20 20 * 21 * @covers WP_ Posts_List_Table::extra_tablenav21 * @covers WP_Comments_List_Table::extra_tablenav 22 22 */ 23 23 public function test_filter_button_should_not_be_shown_if_there_are_no_comments() { … … 32 32 * @ticket 40188 33 33 * 34 * @covers WP_ Posts_List_Table::extra_tablenav34 * @covers WP_Comments_List_Table::extra_tablenav 35 35 */ 36 36 public function test_filter_button_should_be_shown_if_there_are_comments() { … … 55 55 * @ticket 40188 56 56 * 57 * @covers WP_ Posts_List_Table::extra_tablenav57 * @covers WP_Comments_List_Table::extra_tablenav 58 58 */ 59 59 public function test_filter_comment_type_dropdown_should_be_shown_if_there_are_comments() { … … 79 79 * @ticket 38341 80 80 * 81 * @covers WP_ Posts_List_Table::extra_tablenav81 * @covers WP_Comments_List_Table::extra_tablenav 82 82 */ 83 83 public function test_empty_trash_button_should_not_be_shown_if_there_are_no_comments() { … … 92 92 * @ticket 19278 93 93 * 94 * @covers WP_ Posts_List_Table::bulk_actions94 * @covers WP_Comments_List_Table::bulk_actions 95 95 */ 96 96 public function test_bulk_action_menu_supports_options_and_optgroups() { … … 127 127 * @ticket 45089 128 128 * 129 * @covers WP_ Posts_List_Table::print_column_headers129 * @covers WP_Comments_List_Table::print_column_headers 130 130 */ 131 131 public function test_sortable_columns() { … … 161 161 * @ticket 45089 162 162 * 163 * @covers WP_ Posts_List_Table::print_column_headers163 * @covers WP_Comments_List_Table::print_column_headers 164 164 */ 165 165 public function test_sortable_columns_with_current_ordering() {
Note: See TracChangeset
for help on using the changeset viewer.