Make WordPress Core


Ignore:
Timestamp:
09/19/2020 03:52:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/functions/.

Props pbearne, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/wpListFilter.php

    r48937 r49006  
    55 *
    66 * @group functions.php
     7 * @covers ::wp_filter_object_list
     8 * @covers ::wp_list_pluck
    79 */
    810class Tests_Functions_wpListFilter extends WP_UnitTestCase {
     
    318320    }
    319321
    320 
    321322    function test_filter_object_list_nested_array_and_field() {
    322323        $list = wp_filter_object_list( $this->object_list, array( 'field4' => array( 'blue' ) ), 'AND', 'name' );
Note: See TracChangeset for help on using the changeset viewer.