Changeset 57099
- Timestamp:
- 11/09/2023 09:49:41 AM (17 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpCustomizeNavMenus.php
r56548 r57099 120 120 * @return array { 121 121 * @type array { 122 * @ stringstring $role The role that will test caps for.123 * @ arrayarray $expected_results The expected results from the Ajax call.122 * @type string $role The role that will test caps for. 123 * @type array $expected_results The expected results from the Ajax call. 124 124 * } 125 125 * } … … 192 192 * @return array { 193 193 * @type array { 194 * @arrayarray $post_args The arguments that will merged with the $_POST array.195 * @arrayarray $expected_results The expected results from the Ajax call.194 * @type array $post_args The arguments that will merged with the $_POST array. 195 * @type array $expected_results The expected results from the Ajax call. 196 196 * } 197 197 * } … … 516 516 * @return array { 517 517 * @type array { 518 * @stringstring $role The role that will test caps for.519 * @arrayarray $expected_results The expected results from the Ajax call.518 * @type string $role The role that will test caps for. 519 * @type array $expected_results The expected results from the Ajax call. 520 520 * } 521 521 * } … … 611 611 * @return array { 612 612 * @type array { 613 * @stringstring $post_args The args that will be passed to Ajax.614 * @arrayarray $expected_results The expected results from the Ajax call.613 * @type string $post_args The args that will be passed to Ajax. 614 * @type array $expected_results The expected results from the Ajax call. 615 615 * } 616 616 * } -
trunk/tests/phpunit/tests/functions/anonymization.php
r56971 r57099 42 42 * @return array { 43 43 * @type array { 44 * @ stringstring $raw_ip Raw IP address.45 * @ stringstring $expected_result Expected result.44 * @type string $raw_ip Raw IP address. 45 * @type string $expected_result Expected result. 46 46 * } 47 47 * } … … 196 196 * @return array { 197 197 * @type array { 198 * @ stringstring $raw_ip Raw IP address.199 * @ stringstring $expected_result Expected result.198 * @type string $raw_ip Raw IP address. 199 * @type string $expected_result Expected result. 200 200 * } 201 201 * } -
trunk/tests/phpunit/tests/kses.php
r56617 r57099 953 953 * @return array { 954 954 * @type array { 955 * @ stringstring $css A string of CSS rules.956 * @ stringstring $expected Expected string of CSS rules.955 * @type string $css A string of CSS rules. 956 * @type string $expected Expected string of CSS rules. 957 957 * } 958 958 * } … … 1615 1615 * @return array { 1616 1616 * @type array { 1617 * @ stringstring $css A string of CSS rules.1618 * @ stringstring $expected Expected string of CSS rules.1617 * @type string $css A string of CSS rules. 1618 * @type string $expected Expected string of CSS rules. 1619 1619 * } 1620 1620 * } -
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r55337 r57099 627 627 * @return array { 628 628 * @type array { 629 * @ stringstring $expected_status The expected post status after calling the function.630 * @ stringstring $response_page The exporter page to pass. Options are 'first' and 'last'. Default 'first'.631 * @ stringstring $exporter_index The exporter index to pass. Options are 'first' and 'last'. Default 'first'.632 * @ stringstring $page_index The page index to pass. Options are 'first' and 'last'. Default 'first'.633 * @ boolbool $send_as_email If the response should be sent as an email.634 * @ stringstring $exporter_key The slug (key) of the exporter to pass.629 * @type string $expected_status The expected post status after calling the function. 630 * @type string $response_page The exporter page to pass. Options are 'first' and 'last'. Default 'first'. 631 * @type string $exporter_index The exporter index to pass. Options are 'first' and 'last'. Default 'first'. 632 * @type string $page_index The page index to pass. Options are 'first' and 'last'. Default 'first'. 633 * @type bool $send_as_email If the response should be sent as an email. 634 * @type string $exporter_key The slug (key) of the exporter to pass. 635 635 * } 636 636 * }
Note: See TracChangeset
for help on using the changeset viewer.