Changeset 57735 for trunk/tests/phpunit/tests/functions/wpListSort.php
- Timestamp:
- 02/28/2024 09:44:40 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListSort.php
r56971 r57735 21 21 } 22 22 23 /** 24 * Data provider. 25 * 26 * @return array[] 27 */ 23 28 public function data_wp_list_sort() { 24 29 return array( … … 346 351 } 347 352 353 /** 354 * Data provider. 355 * 356 * @return array[] 357 */ 348 358 public function data_wp_list_sort_preserve_keys() { 349 359 return array(
Note: See TracChangeset
for help on using the changeset viewer.