Changeset 58389 for trunk/tests/phpunit/tests/admin/wpListTable.php
- Timestamp:
- 06/11/2024 12:36:13 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpListTable.php
r58379 r58389 142 142 143 143 /** 144 * Tests the "get_views_links()"method.144 * Tests the `WP_List_Table::get_views_links()` method. 145 145 * 146 146 * @ticket 42066 … … 256 256 257 257 /** 258 * Tests that "get_views_links()" throws a _doing_it_wrong().258 * Tests that `WP_List_Table::get_views_links()` throws a `_doing_it_wrong()`. 259 259 * 260 260 * @ticket 42066 … … 524 524 525 525 /** 526 * Tests that "search_box()" works correctly with an orderbyarray with multiple values.526 * Tests that `WP_List_Table::search_box()` works correctly with an `orderby` array with multiple values. 527 527 * 528 528 * @ticket 59494 529 * 530 * @covers WP_List_Table::search_box() 529 531 */ 530 532 public function test_search_box_working_with_array_of_orderby_multiple_values() { … … 545 547 546 548 /** 547 * Tests that "search_box()" works correctly with an orderbyarray with a single value.549 * Tests that `WP_List_Table::search_box()` works correctly with an `orderby` array with a single value. 548 550 * 549 551 * @ticket 59494 552 * 553 * @covers WP_List_Table::search_box() 550 554 */ 551 555 public function test_search_box_working_with_array_of_orderby_single_value() { … … 564 568 565 569 /** 566 * Tests that "search_box()" works correctly with orderbyset to a string.570 * Tests that `WP_List_Table::search_box()` works correctly with `orderby` set to a string. 567 571 * 568 572 * @ticket 59494 573 * 574 * @covers WP_List_Table::search_box() 569 575 */ 570 576 public function test_search_box_works_with_orderby_string() {
Note: See TracChangeset
for help on using the changeset viewer.