- Timestamp:
- 03/19/2023 12:03:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r55337 r55562 74 74 * @param string $expected Expected in SQL query. 75 75 76 * @dataProvider data_ test_columns_should_be_sortable76 * @dataProvider data_columns_should_be_sortable 77 77 * @covers WP_Privacy_Requests_Table::prepare_items 78 78 * @ticket 43960 … … 126 126 * } 127 127 */ 128 public function data_ test_columns_should_be_sortable() {128 public function data_columns_should_be_sortable() { 129 129 return array( 130 130 // Default order (ID) DESC.
Note: See TracChangeset
for help on using the changeset viewer.