Tests_includes_bw_register::test_en_GB_text_domain_loaded() – Test added to check if the language file was being loaded
Tests_includes_bw_posts::test_bw_format_post() – Here we test a very basic post just to see the br tag.
Tests_includes_bw_messages::test_bw_display_messages_bb_BB() – Tests bw_display_message, bw_display_message and bw_issue_message
Tests_includes_bw_messages::test_bw_display_messages() – Tests bw_display_messages, bw_display_message and bw_issue_message
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
bw_jquery_script_is() – Wrapper to wp_script_is() to find out if we need to register and enqueue the script