Changeset 49006 for trunk/tests/phpunit/tests/functions/wpListFilter.php
- Timestamp:
- 09/19/2020 03:52:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListFilter.php
r48937 r49006 5 5 * 6 6 * @group functions.php 7 * @covers ::wp_filter_object_list 8 * @covers ::wp_list_pluck 7 9 */ 8 10 class Tests_Functions_wpListFilter extends WP_UnitTestCase { … … 318 320 } 319 321 320 321 322 function test_filter_object_list_nested_array_and_field() { 322 323 $list = wp_filter_object_list( $this->object_list, array( 'field4' => array( 'blue' ) ), 'AND', 'name' );
Note: See TracChangeset
for help on using the changeset viewer.