Changeset 51993
- Timestamp:
- 11/02/2021 10:00:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesListTable.php
r51968 r51993 76 76 /** 77 77 * @ticket 15459 78 * 79 * @covers WP_Posts_List_Table::display_rows 80 * @covers WP_Posts_List_Table::set_hierarchical_display 78 81 */ 79 82 function test_list_hierarchical_pages_first_page() { … … 92 95 /** 93 96 * @ticket 15459 97 * 98 * @covers WP_Posts_List_Table::display_rows 99 * @covers WP_Posts_List_Table::set_hierarchical_display 94 100 */ 95 101 function test_list_hierarchical_pages_second_page() { … … 109 115 /** 110 116 * @ticket 15459 117 * 118 * @covers WP_Posts_List_Table::display_rows 119 * @covers WP_Posts_List_Table::set_hierarchical_display 111 120 */ 112 121 function test_search_hierarchical_pages_first_page() { … … 126 135 /** 127 136 * @ticket 15459 137 * 138 * @covers WP_Posts_List_Table::display_rows 139 * @covers WP_Posts_List_Table::set_hierarchical_display 128 140 */ 129 141 function test_search_hierarchical_pages_second_page() { … … 143 155 /** 144 156 * @ticket 15459 157 * 158 * @covers WP_Posts_List_Table::display_rows 159 * @covers WP_Posts_List_Table::set_hierarchical_display 145 160 */ 146 161 function test_grandchildren_hierarchical_pages_first_page() { … … 162 177 /** 163 178 * @ticket 15459 179 * 180 * @covers WP_Posts_List_Table::display_rows 181 * @covers WP_Posts_List_Table::set_hierarchical_display 164 182 */ 165 183 function test_grandchildren_hierarchical_pages_second_page() { … … 240 258 /** 241 259 * @ticket 37407 260 * 261 * @covers WP_Posts_List_Table::extra_tablenav 242 262 */ 243 263 function test_filter_button_should_not_be_shown_if_there_are_no_posts() { … … 254 274 /** 255 275 * @ticket 37407 276 * 277 * @covers WP_Posts_List_Table::extra_tablenav 256 278 */ 257 279 function test_months_dropdown_should_not_be_shown_if_there_are_no_posts() { … … 268 290 /** 269 291 * @ticket 37407 292 * 293 * @covers WP_Posts_List_Table::extra_tablenav 270 294 */ 271 295 function test_category_dropdown_should_not_be_shown_if_there_are_no_posts() { … … 282 306 /** 283 307 * @ticket 38341 308 * 309 * @covers WP_Posts_List_Table::extra_tablenav 284 310 */ 285 311 public function test_empty_trash_button_should_not_be_shown_if_there_are_no_posts() { … … 296 322 /** 297 323 * @ticket 40188 324 * 325 * @covers WP_Posts_List_Table::extra_tablenav 298 326 */ 299 327 public function test_filter_button_should_not_be_shown_if_there_are_no_comments() { … … 309 337 /** 310 338 * @ticket 40188 339 * 340 * @covers WP_Posts_List_Table::extra_tablenav 311 341 */ 312 342 public function test_filter_button_should_be_shown_if_there_are_comments() { … … 331 361 /** 332 362 * @ticket 40188 363 * 364 * @covers WP_Posts_List_Table::extra_tablenav 333 365 */ 334 366 public function test_filter_comment_type_dropdown_should_be_shown_if_there_are_comments() { … … 354 386 /** 355 387 * @ticket 38341 388 * 389 * @covers WP_Posts_List_Table::extra_tablenav 356 390 */ 357 391 public function test_empty_trash_button_should_not_be_shown_if_there_are_no_comments() { … … 367 401 /** 368 402 * @ticket 19278 403 * 404 * @covers WP_Posts_List_Table::bulk_actions 369 405 */ 370 406 public function test_bulk_action_menu_supports_options_and_optgroups() { … … 402 438 /** 403 439 * @ticket 45089 440 * 441 * @covers WP_Posts_List_Table::print_column_headers 404 442 */ 405 443 public function test_sortable_columns() { … … 436 474 /** 437 475 * @ticket 45089 476 * 477 * @covers WP_Posts_List_Table::print_column_headers 438 478 */ 439 479 public function test_sortable_columns_with_current_ordering() {
Note: See TracChangeset
for help on using the changeset viewer.