Test_Nav_Menus::_confirm_nav_menu_item_args_object() – Run tests required to confrim Walker_Nav_Menu receives an $args object.
Test_Nav_Menus::get_iri_current_menu_items() – Provides IRI matching data for _wp_menu_item_classes_by_context() test.
Test_Nav_Menus::test_wp_delete_customize_changeset_dependent_auto_drafts() – Test _wp_delete_customize_changeset_dependent_auto_drafts.
Test_WP_Community_Events::_http_request_bad_response_code() – Simulates an HTTP response with a non-200 response code.
Test_WP_Community_Events::_http_request_invalid_response() – Simulates an HTTP response with a body that does not have the required properties.
Test_WP_Community_Events::_http_request_valid_response_multiple_wordcamps() – Simulates a valid HTTP response where a WordCamp needs to be pinned higher than it’s default position.
Test_WP_Community_Events::_http_request_valid_response_unpinned_wordcamp() – Simulates a valid HTTP response where a WordCamp needs to be pinned higher than it’s default position.
Test_WP_Community_Events::_http_request_valid_response() – Simulates an HTTP response with valid location and event data.
Test_WP_Community_Events::data_get_unsafe_client_ip() – Provide test cases for `test_get_unsafe_client_ip()`.
Test_WP_Community_Events::test_get_cached_events_bad_response_code() – Test: The response body should not be cached if the response code is not 200.
Test_WP_Community_Events::test_get_cached_events_invalid_response() – Test: The response body should not be cached if it does not have the required properties.
Test_WP_Community_Events::test_get_cached_events_valid_response() – Test: get_cached_events() should return the same data as get_events(), including formatted time and date values for each event.
Test_WP_Community_Events::test_get_events_bad_response_code() – Test: get_events() should return an instance of WP_Error if the response code is not 200.
Test_WP_Community_Events::test_get_events_dont_pin_multiple_wordcamps() – Test: get_events() shouldn’t stick an extra WordCamp when there’s already one that naturally falls into the list.