Changeset 55562 for trunk/tests/phpunit/tests/functions/wpListFilter.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListFilter.php
r55076 r55562 10 10 11 11 /** 12 * @dataProvider data_ test_wp_list_filter12 * @dataProvider data_wp_list_filter 13 13 * 14 14 * @param array $input_list An array of objects to filter. … … 22 22 } 23 23 24 public function data_ test_wp_list_filter() {24 public function data_wp_list_filter() { 25 25 return array( 26 26 'string instead of array' => array(
Note: See TracChangeset
for help on using the changeset viewer.