PluralFormsTest::test_exceptions() – Ensures that an exception is thrown when an invalid plural form is encountered.
Test_WP_Customize_Partial::filter_customize_partial_render_with_id() – Filter customize_partial_render_{$partial->id}.
Test_WP_Customize_Partial::test_check_capabilities() – Test WP_Customize_Partial::check_capabilities().
Test_WP_Customize_Partial::test_construct_non_default_args() – Test WP_Customize_Partial::__construct().
Test_WP_Customize_Partial::test_render_callback_default() – Test WP_Customize_Partial::render_callback() default.
Test_WP_Customize_Partial::test_render_echo_callback() – Test WP_Customize_Partial::render() with a return_callback that echos.
Test_WP_Customize_Partial::test_render_return_callback() – Test WP_Customize_Partial::render() with a return_callback that echos.
Test_WP_Customize_Partial::test_render_with_bad_callback_should_give_preference_to_return_value() – Test WP_Customize_Partial::render() with a bad return_callback.
Tests_Admin_Includes_Post::test_bulk_edit_posts_should_preserve_post_format_when_unchanged() – The bulk_edit_posts() function should preserve the post format when it’s unchanged.
Tests_Admin_Includes_Post::test_bulk_edit_posts_should_set_post_format_before_wp_update_post_runs() –
Tests_Admin_Includes_Post::test_edit_post_auto_draft() – edit_post() should convert an existing auto-draft to a draft.
Tests_Admin_Includes_Post::test_edit_post_should_parse_tax_input_by_name_rather_than_slug_for_nonhierarchical_taxonomies() –
Tests_Admin_Includes_Post::test_get_sample_permalink_html_should_use_correct_permalink_for_view_post_link_when_changing_slug() –
Tests_Admin_Includes_Post::test_get_sample_permalink_html_should_use_default_permalink_for_view_post_link_when_pretty_permalinks_are_disabled() –
Tests_Admin_Includes_Post::test_get_sample_permalink_html_should_use_pretty_permalink_for_view_attachment_link_when_pretty_permalinks_are_enabled() –
Tests_Admin_Includes_Post::test_get_sample_permalink_html_should_use_pretty_permalink_for_view_post_link_when_pretty_permalinks_are_enabled() –
Tests_Admin_Includes_Post::test_get_sample_permalink_html_should_use_preview_links_for_draft_and_pending_posts_with_no_post_name() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_allow_daylike_slugs_if_permastruct_does_not_cause_an_archive_conflict() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_allow_yearlike_slugs_if_permastruct_does_not_cause_an_archive_conflict() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_avoid_slugs_that_would_create_clashes_with_day_archives() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_avoid_slugs_that_would_create_clashes_with_month_archives() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_avoid_slugs_that_would_create_clashes_with_year_archives() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_ignore_potential_day_conflicts_for_invalid_day() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_ignore_potential_month_conflicts_for_invalid_monthnum() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_iterate_slug_suffix_when_a_date_conflict_is_found() –
Tests_Admin_Includes_Post::test_get_sample_permalink_should_return_pretty_permalink_for_posts_with_post_status_future() –
Tests_Admin_Includes_Post::test_post_exists_should_not_match_a_page_for_post() – Test that post_exists() doesn’t find an existing page as a post.
Tests_Admin_Includes_Post::test_post_exists_should_support_post_type() – Test the post type support in post_exists().