Changeset 47122 for trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
r46586 r47122 1 1 <?php 2 2 /** 3 * Testing ajax customize menus functionality3 * Testing Ajax customize menus functionality. 4 4 * 5 5 * @package WordPress … … 87 87 * @return array { 88 88 * @type array { 89 * @string string $role The role that will test caps for.90 * @array array $expected_results The expected results from the ajax call.89 * @string string $role The role that will test caps for. 90 * @array array $expected_results The expected results from the Ajax call. 91 91 * } 92 92 * } … … 158 158 * @type array { 159 159 * @array array $post_args The arguments that will merged with the $_POST array. 160 * @array array $expected_results The expected results from the ajax call.160 * @array array $expected_results The expected results from the Ajax call. 161 161 * } 162 162 * } … … 478 478 * @type array { 479 479 * @string string $role The role that will test caps for. 480 * @array array $expected_results The expected results from the ajax call.480 * @array array $expected_results The expected results from the Ajax call. 481 481 * } 482 482 * } … … 569 569 * @return array { 570 570 * @type array { 571 * @string string $post_args The args that will be passed to ajax.572 * @array array $expected_results The expected results from the ajax call.571 * @string string $post_args The args that will be passed to Ajax. 572 * @array array $expected_results The expected results from the Ajax call. 573 573 * } 574 574 * }
Note: See TracChangeset
for help on using the changeset viewer.