Tests_issue_68::test_bw_report_scripts_after_enqueue_script() – – wp_print_footer_scripts() cannot be called multiple times to produce the same output – _wp_footer_scripts() can’t either
Tests_issue_65::test_bw_register_taxonomy() – bw_register_taxonomy() couldn’t be used to register the same taxonomy to multiple post types.
Tests_issue_2::test_bw_custom_column_admin_field_not_for_post_type() – bw_custom_column_admin is an action hook which should be invoked by an action with generic name "manage_${post_type}_posts_custom_column"
Tests_issue_2::test_bw_custom_column_admin() – For this test to work we have to fiddle with the current_filter() That’s all a bit daft, but we’ll do it anyway.
Tests_issue_2::test_bw_custom_column_admin_field_for_post_type() – Here we should produce some output – displaying the field value for "field" for the selected post ID
Tests_issue_2::test_bw_field_registered_for_object_type() –
Tests_issue_2::test_bw_determine_post_type_from_hook() –
Tests_issue_2::test_bw_custom_column_post_meta() – Tests that bw_custom_column_post_meta finds the values created in dummy_post
Tests_issue_2::test_bw_custom_column() – Tests that bw_custom_column finds the values created in dummy_post
Tests_issue_2::test_bw_query_field_type() –
Tests_issue_2::test_bw_register_field_for_object_type() –
Tests_includes_bw_register::test_bw_default_taxonomy_labels_themes() –
Tests_includes_bw_register::test_bw_default_taxonomy_labels_themes_bb_BB() –
Tests_includes_bw_register::test_bw_default_labels_themes_bb_BB() – It would have been Contacts but that’s not in the oik text domain so we’ll use "Themes" instead
Tests_includes_bw_register::test_bw_default_taxonomy_labels() –
Tests_includes_bw_register::test_bw_default_taxonomy_labels_bb_BB() –
Tests_includes_bw_register::test_bw_default_labels_pages() –
Tests_includes_bw_register::test_bw_default_labels_pages_bb_BB() – Note: "Pages" is not in the oik text domain so this won’t be translated in the generated labels.
Tests_includes_bw_register::test_bw_default_labels_contacts() – Note: Passing in lower case ‘contacts’ means name will be lower case.
Tests_includes_bw_register::test_bw_default_labels_posts() –
Tests_includes_bw_register::test_bw_default_labels_posts_bb_BB() –
Tests_includes_bw_register::test_en_GB_text_domain_loaded() – Test added to check if the language file was being loaded
Tests_includes_bw_register::test_bw_default_labels() –
Tests_includes_bw_register::test_bw_default_labels_bb_BB() –
Tests_includes_bw_register::setUp() – set up logic
Tests_includes_bw_register::test_bw_singularize() – Tests bw_singularize
tests/test-includes-bw_register.php
Tests_includes_bw_register
Tests_includes_bw_posts::test_bw_format_more() –
Tests_includes_bw_posts::test_bw_format_list() – Test bw_format_list with a title
Tests_includes_bw_posts::test_bw_format_post() – Here we test a very basic post just to see the br tag.
Tests_includes_bw_posts::dummy_post() –
Tests_includes_bw_posts::setUp() – set up logic
Tests_includes_bw_posts::test_bw_more_text() – Tests bw_more_text
Tests_includes_bw_posts::test_bw_more_text_bb_BB() –
Tests_includes_bw_messages::test_bw_display_messages_bb_BB() – Tests bw_display_message, bw_display_message and bw_issue_message
tests/test-includes-bw_posts.php
Tests_includes_bw_posts
Tests_includes_bw_messages::unset_bw_messages() –
Tests_includes_bw_messages::test_bw_display_messages() – Tests bw_display_messages, bw_display_message and bw_issue_message
Tests_includes_bw_images::replace_post_id() –
tests/test-includes-bw_messages.php
Tests_includes_bw_messages
Tests_includes_bw_messages::setUp() – set up logic
Tests_includes_bw_images::dummy_post() –
Tests_includes_bw_images::replace_home_url() – Replaces home_url and site_url
tests/test-includes-bw_images.php
Tests_includes_bw_images
Tests_includes_bw_images::setUp() – set up logic
Tests_includes_bw_images::test_bw_link_thumbnail() –
Tests_includes_bw_formatter::test_bw_field_function_date() – We need to alter the date for environment and date independence.
Tests_includes_bw_formatter::test_bw_field_function_date_bb_BB() – We need to alter the date for environment and date independence.
Tests_includes_bw_formatter::test_bw_field_function_author() – We need to alter the author’s URL and nicename in the output for environment independence.
Tests_includes_bw_formatter::test_bw_field_function_author_bb_BB() – We need to alter the author’s URL and nicename in the output for environment independence.
Tests_includes_bw_formatter::test_bw_field_function_tags_bb_BB() – This test will return a null list of tags since "Tags" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_comments_bb_BB() – This test will return a count of 0 Comments
Tests_includes_bw_formatter::test_bw_field_function_tags() – This test will return a null list of tags since "Tags" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_categories() – This test will return a null list of categories since "Category" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_categories_bb_BB() – This test will return a null list of categories since "Category" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_comments() – This test will return a count of 0 Comments
Tests_includes_bw_formatter::test_bw_field_function_title() – Test default title where none is set for the post.
Tests_includes_bw_formatter::test_bw_field_function_title_bb_BB() – Test default title where none is set for the post
Tests_includes_bw_formatter::dummy_post_no_title() –
Tests_includes_bw_formatter::replace_home_url() – Replaces home_url and site_url
Tests_includes_bw_formatter::test_bw_field_function_edit_bb_BB() – Tests bw_field_function_edit
Tests_includes_bw_formatter::dummy_post() –
Tests_includes_bw_formatter::test_bw_field_function_edit() – Tests bw_field_function_edit
tests/test-includes-bw_formatter.php
Tests_includes_bw_formatter
Tests_includes_bw_formatter::setUp() – set up logic
Tests_includes_bw_fields::test_bw_theme_field__title() – Tests bw_theme_field__title – en_GB only
Tests_includes_bw_fields::dummy_post() –
Tests_includes_bw_fields::replace_home_url() – Replaces home_url and site_url
tests/test-includes-bw_fields.php
Tests_includes_bw_fields
Tests_includes_bw_fields::setUp() – set up logic
Tests_includes_bw_nav_tab::test_bw_nav_tab_link() – Tests bw_nav_tab_link
Tests_includes_bw_nav_tab::test_bw_nav_tab_link_bb_BB() –
tests/test-includes-bw-nav-tab.php
Tests_includes_bw_nav_tab
Tests_includes_bw_nav_tab::setUp() – set up logic
Tests_bw_metadata::test_bw_l10n_field_title_bb_BB() –
Tests_bw_metadata::unset_bw_l10n() –
Tests_bw_metadata::test_bw_l10n_field_title() – We no longer want to perform a secret translation of the field title if it’s unchanged after applying the "oik_form_field_title_${field_name}" filter.
Tests_bw_metadata::test__bw_form_field_title_hint() – This is the replacement logic using ‘hint’ rather than #hint where hint has to be translated already
Tests_bw_metadata::test__bw_form_field_title_hint_bb_BB() – This is the replacement logic using ‘hint’ rather than #hint where hint has to be translated already
Tests_bw_metadata::get_args() –
Tests_bw_metadata::test__bw_form_field_title_hash_hint() – This is the code that is being deprecated
Tests_bw_metadata::test__bw_form_field_title_hash_hint_bb_BB() – This is the code that is being deprecated.
Tests_bw_metadata::reset_global_bw_fields() –
Tests_bw_metadata::dummy_post() –
Tests_bw_metadata::test_bw_effort_box_bb_BB() –
Tests_bw_metadata::test_bw_form_field_email() –
Tests_bw_metadata::test_bw_form_field_textarea() –
Tests_bw_metadata::test_bw_effort_box() – Tests bw_effort_box
tests/test-bw_metadata.php
Tests_bw_metadata
Tests_bw_metadata::setUp() – set up logic
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 17
- Next Page »
