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/wpValidateBoolean.php

    r47780 r49006  
    44 * Tests the wp_validate_boolean function.
    55 *
     6 * @group functions.php
    67 * @covers ::wp_validate_boolean
    7  * @group functions.php
    88 */
    99class Tests_Functions_wpValidateBoolean extends WP_UnitTestCase {
     
    4848     * @dataProvider data_provider
    4949     *
    50      * @param mixed $test_value.
    51      * @param bool $expected.
     50     * @param mixed $test_value
     51     * @param bool $expected
    5252     *
    5353     * @ticket 30238
Note: See TracChangeset for help on using the changeset viewer.