- Timestamp:
- 09/19/2020 03:52:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpValidateBoolean.php
r47780 r49006 4 4 * Tests the wp_validate_boolean function. 5 5 * 6 * @group functions.php 6 7 * @covers ::wp_validate_boolean 7 * @group functions.php8 8 */ 9 9 class Tests_Functions_wpValidateBoolean extends WP_UnitTestCase { … … 48 48 * @dataProvider data_provider 49 49 * 50 * @param mixed $test_value .51 * @param bool $expected .50 * @param mixed $test_value 51 * @param bool $expected 52 52 * 53 53 * @ticket 30238
Note: See TracChangeset
for help on using the changeset viewer.