Changeset 57099 for trunk/tests/phpunit/tests/ajax/wpCustomizeNavMenus.php
- Timestamp:
- 11/09/2023 09:49:41 AM (10 months ago)
- File:
-
- 1 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 * }
Note: See TracChangeset
for help on using the changeset viewer.