Changeset 52777
- Timestamp:
- 02/19/2022 01:25:05 PM (3 years ago)
- Location:
- trunk/tests/phpunit/tests/functions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php
r49006 r52777 16 16 * @dataProvider data_cleanup_header_comment 17 17 * 18 * @param string $test_string 19 * @param string $expected 18 * @param string $test_string Test string. 19 * @param string $expected Expected return value. 20 20 */ 21 21 public function test_cleanup_header_comment( $test_string, $expected ) { -
trunk/tests/phpunit/tests/functions/wpValidateBoolean.php
r52776 r52777 17 17 * @ticket 39868 18 18 * 19 * @param mixed $test_value 20 * @param bool $expected 19 * @param mixed $test_value Test value. 20 * @param bool $expected Expected return value. 21 21 */ 22 22 public function test_wp_validate_boolean( $test_value, $expected ) { … … 28 28 * 29 29 * @return array[] Test parameters { 30 * @type string$test_value Test value.31 * @type string$expected Expected return value.30 * @type mixed $test_value Test value. 31 * @type bool $expected Expected return value. 32 32 * } 33 33 */
Note: See TracChangeset
for help on using the changeset viewer.