Changeset 55562 for trunk/tests/phpunit/tests/functions/wpListSort.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListSort.php
r55078 r55562 10 10 11 11 /** 12 * @dataProvider data_ test_wp_list_sort12 * @dataProvider data_wp_list_sort 13 13 * 14 14 * @param string|array $orderby Either the field name to order by or an array … … 20 20 } 21 21 22 public function data_ test_wp_list_sort() {22 public function data_wp_list_sort() { 23 23 return array( 24 24 'single orderby ascending' => array( … … 335 335 336 336 /** 337 * @dataProvider data_ test_wp_list_sort_preserve_keys337 * @dataProvider data_wp_list_sort_preserve_keys 338 338 * 339 339 * @param string|array $orderby Either the field name to order by or an array … … 345 345 } 346 346 347 public function data_ test_wp_list_sort_preserve_keys() {347 public function data_wp_list_sort_preserve_keys() { 348 348 return array( 349 349 'single orderby ascending' => array(
Note: See TracChangeset
for help on using the changeset viewer.