Test_Functions_Deprecated::deprecated_argument() – Catch arguments that have passed through _deprecated_argument
Test_Functions_Deprecated::deprecated_file() – Catch arguments that have passed through _deprecated_argument
Test_Functions_Deprecated::deprecated_function() – Catch functions that have passed through _deprecated_function
Test_Functions_Deprecated::test_wp_save_image_file_deprecated_with_gd_resource() – Test that wp_save_image_file has a deprecated argument when passed a GD resource
Test_Functions_Deprecated::test_wp_save_image_file_not_deprecated_with_wp_image_editor() – Test that wp_save_image_file doesn’t have a deprecated argument when passed a WP_Image_Editor
Test_WP_Customize_Partial::filter_customize_partial_render_with_id() – Filter customize_partial_render_{$partial->id}.
Test_WP_Widget_Media::filter_widget_mocked_instance() – Filters the media widget instance prior to rendering the media.
Test_WP_Widget_Text::filter_widget_text_content() – Filters the content of the Text widget to apply changes expected from the visual (TinyMCE) editor.
Tests_Admin_IncludesFile::filter_content_disposition_header_with_filename_with_form_data_context() – Filter callback for data_download_url_should_reject_filename_from_invalid_content_disposition_header.
Tests_Admin_IncludesFile::filter_content_disposition_header_with_filename_with_inline_context() – Filter callback for data_download_url_should_reject_filename_from_invalid_content_disposition_header.
Tests_Admin_IncludesFile::filter_content_disposition_header_with_filename_with_path_traversal() – Filter callback for data_download_url_should_respect_filename_from_content_disposition_header.
Tests_Admin_IncludesFile::filter_content_disposition_header_with_filename_without_context() – Filter callback for data_download_url_should_reject_filename_from_invalid_content_disposition_header.
Tests_Admin_IncludesFile::filter_content_disposition_header_with_filename_without_quotes() – Filter callback for data_download_url_should_respect_filename_from_content_disposition_header.
Tests_Admin_IncludesFile::filter_content_disposition_header_with_filename() – Filter callback for data_download_url_should_respect_filename_from_content_disposition_header.
Tests_Admin_wpCommentsListTable::test_filter_comment_type_dropdown_should_be_shown_if_there_are_comments() –
Tests_Ajax_Manage_Themes::filter_theme_root() – Replace the normal theme root dir with our pre-made test dir.
Tests_Ajax_PrivacyErasePersonalData::filter_eraser_callback_value() – Change the test eraser callback to a specified value.
Tests_Ajax_PrivacyErasePersonalData::filter_response_messages_invalid() – Change the messages index to an invalid value (not an array).
Tests_Ajax_PrivacyErasePersonalData::filter_unset_eraser_index() – Unsets an array key in the test eraser.
Tests_Ajax_PrivacyErasePersonalData::filter_unset_response_index() – Unsets an array index in a response.
Tests_Ajax_PrivacyErasePersonalData::test_failure_with_invalid_nonce() – The function should send an error when the nonce does not validate.
Tests_Ajax_PrivacyExportPersonalData::filter_exporter_callback_value() – Change the test exporter callback to a specified value.
Tests_Ajax_PrivacyExportPersonalData::filter_exporter_data_response() – Filter exporter’s data response.
Tests_Ajax_PrivacyExportPersonalData::filter_register_custom_personal_data_exporter() – Filter to register a custom personal data exporter.
Tests_Ajax_PrivacyExportPersonalData::filter_unset_exporter_key() – Unset a specified key in the test exporter array.
Tests_Ajax_PrivacyExportPersonalData::test_failure_with_invalid_nonce() – The function should send an error when the nonce does not validate.
Tests_Ajax_PrivacyExportPersonalData::test_function_should_error_when_exporter_missing_data_array_response() – The function should send an error when an exporter is missing ‘data’ array in array response.
Tests_Blocks_Render::clean_fixture_filename() – Helper function to remove relative paths and extension from a filename, leaving just the fixture name.
Tests_Blocks_SupportedStyles::test_font_size_unsupported() – Tests that font size attributes are not applied without support flag.
Tests_Blocks_wpBlockParser::clean_fixture_filename() – Helper function to remove relative paths and extension from a filename, leaving just the fixture name.
Tests_Bookmark_GetBookmark::init_func_args() – Initialize the get_bookmark’s function arguments to match the order of the function’s signature and reduce code in the tests.
Tests_Bookmark_GetBookmark::maybe_format_expected_data() – Maybe format the bookmark’s expected data.
Tests_Comment_CommentsTemplate::test_first_page_of_comments_should_have_remainder_when_default_comments_page_is_newest() –
Tests_Comment_IsAvatarCommentType::_filter_avatar_comment_types() – Filters callback that modifies the list of allowed comment types for retrieving avatars.
Tests_Comment_IsAvatarCommentType::test_function_should_be_filterable() – The function should be filterable with the `get_avatar_comment_types` filter.