Changeset 48848
- Timestamp:
- 08/23/2020 05:23:52 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/isAvatarCommentType.php
r46644 r48848 12 12 * 13 13 * @group comment 14 * @covers is_avatar_comment_type14 * @covers ::is_avatar_comment_type 15 15 * 16 16 * @since 5.1.0 -
trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php
r48466 r48848 11 11 * Test cleanup header of header comment. 12 12 * 13 * @covers _cleanup_header_comment13 * @covers ::_cleanup_header_comment 14 14 * @dataProvider data_cleanup_header_comment 15 15 * -
trunk/tests/phpunit/tests/functions/doEnclose.php
r48621 r48848 13 13 * @group functions.php 14 14 * @group post 15 * @covers do_enclose15 * @covers ::do_enclose 16 16 * 17 17 * @since 5.3.0 -
trunk/tests/phpunit/tests/functions/wpArraySliceAssoc.php
r47780 r48848 6 6 * @since 5.3.0 7 7 * 8 * @covers wp_array_slice_assoc8 * @covers ::wp_array_slice_assoc 9 9 * @group functions.php 10 10 */ -
trunk/tests/phpunit/tests/link/getThePrivacyPolicyLink.php
r46586 r48848 13 13 * @group link 14 14 * @group privacy 15 * @covers get_the_privacy_policy_link15 * @covers ::get_the_privacy_policy_link 16 16 * 17 17 * @since 4.9.6 -
trunk/tests/phpunit/tests/menu/nav-menu.php
r46586 r48848 32 32 * Two themes with one location each should just map, switching to a theme not previously-active. 33 33 * 34 * @covers ::wp_map_nav_menu_locations ()34 * @covers ::wp_map_nav_menu_locations 35 35 */ 36 36 function test_one_location_each() { … … 51 51 * Only registered locations should be mapped and returned. 52 52 * 53 * @covers ::wp_map_nav_menu_locations ()53 * @covers ::wp_map_nav_menu_locations 54 54 */ 55 55 function test_filter_registered_locations() { … … 73 73 * Locations with the same name should map, switching to a theme not previously-active. 74 74 * 75 * @covers ::wp_map_nav_menu_locations ()75 * @covers ::wp_map_nav_menu_locations 76 76 */ 77 77 function test_locations_with_same_slug() { … … 92 92 * If the new theme was previously active, we should honor any changes to nav menu mapping done when the other theme was active. 93 93 * 94 * @covers ::wp_map_nav_menu_locations ()94 * @covers ::wp_map_nav_menu_locations 95 95 */ 96 96 function test_new_theme_previously_active() { … … 116 116 * Make educated guesses on theme locations. 117 117 * 118 * @covers ::wp_map_nav_menu_locations ()118 * @covers ::wp_map_nav_menu_locations 119 119 */ 120 120 function test_location_guessing() { … … 139 139 * Make sure two locations that fall in the same group don't get the same menu assigned. 140 140 * 141 * @covers ::wp_map_nav_menu_locations ()141 * @covers ::wp_map_nav_menu_locations 142 142 */ 143 143 function test_location_guessing_one_menu_per_group() { … … 160 160 * Make sure two locations that fall in the same group get menus assigned from the same group. 161 161 * 162 * @covers ::wp_map_nav_menu_locations ()162 * @covers ::wp_map_nav_menu_locations 163 163 */ 164 164 function test_location_guessing_one_menu_per_location() { … … 185 185 * @expectedIncorrectUsage register_nav_menus 186 186 * 187 * @covers ::wp_map_nav_menu_locations ()187 * @covers ::wp_map_nav_menu_locations 188 188 */ 189 189 function test_numerical_locations() { … … 210 210 * @expectedIncorrectUsage register_nav_menus 211 211 * 212 * @covers wp_map_nav_menu_locations()212 * @covers ::wp_map_nav_menu_locations 213 213 */ 214 214 public function test_numerical_old_locations() { -
trunk/tests/phpunit/tests/privacy/wpPrivacyCompletedRequest.php
r46586 r48848 12 12 * 13 13 * @group privacy 14 * @covers _wp_privacy_completed_request14 * @covers ::_wp_privacy_completed_request 15 15 * 16 16 * @since 4.9.6 -
trunk/tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
r48330 r48848 12 12 * 13 13 * @group privacy 14 * @covers wp_privacy_send_personal_data_export_email14 * @covers ::wp_privacy_send_personal_data_export_email 15 15 * 16 16 * @since 4.9.6 -
trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
r48100 r48848 13 13 * @group privacy 14 14 * @group user 15 * @covers _wp_privacy_send_request_confirmation_notification()15 * @covers ::_wp_privacy_send_request_confirmation_notification 16 16 */ 17 17 class Tests_User_WpPrivacySendRequestConfirmationNotification extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
r46586 r48848 13 13 * @group url 14 14 * @group privacy 15 * @covers get_privacy_policy_url15 * @covers ::get_privacy_policy_url 16 16 * 17 17 * @since 4.9.6 -
trunk/tests/phpunit/tests/user/wpSendUserRequest.php
r48581 r48848 14 14 * @group privacy 15 15 * @group user 16 * @covers wp_send_user_request16 * @covers ::wp_send_user_request 17 17 */ 18 18 class Tests_User_WpSendUserRequest extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.