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_messages::test_bw_display_messages() – Tests bw_display_messages, bw_display_message and bw_issue_message
Tests_includes_bw_messages::test_bw_display_messages_bb_BB() – Tests bw_display_message, bw_display_message and bw_issue_message
Tests_includes_bw_posts::test_bw_format_post() – Here we test a very basic post just to see the br tag.
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_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_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_en_GB_text_domain_loaded() – Test added to check if the language file was being loaded
Tests_includes_oik_contact_form_email::test_bw_send_email() – Tests a failure to send an email using bw_send_email.
Tests_issue_2::test_bw_custom_column() – Tests that bw_custom_column finds the values created in dummy_post
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_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_post_meta() – Tests that bw_custom_column_post_meta finds the values created in dummy_post
Tests_issue_46::test_paired_replacements_one_blank_space() – A single blank space should not be converted as emphasis markdown
Tests_issue_46::test_paired_replacements_overlap() – A single * should not be converted as emphasis markdown
Tests_issue_46::test_paired_replacements_sidebyside() – A double ** should not be converted as emphasis markdown
Tests_issue_63::tests_oik_admin_bar_menu() – Tests that our "Howdy %s", replacement logic still works in the latest version of WordPress
Tests_issue_65::setUp() – Issue #65 – Enhance bw_register_taxonomy to register_taxonomy_for_object_type
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_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_68::test_bw_save_scripts() – We want to be able to see the HTML that’s generated as a result of the scripts and styles that have been enqueued On the first invocation there should might not be any latest HTML.
Tests_issue_68::test_bw_wtf_example_snippet_includes_bw_jq() – Tests that the bw_jquery enqueued code is also displayed as part of the snippet
Tests_issue_68::test_compress_css() – We expect the results of script_concat_settings() to be as below.
Tests_issue_68::test_html_for_example_and_snippet_is_the_same() – Tests some of the logic in bw_expand_shortcode()
Tests_issue_69::test_no_warning_for_activate_plugin() – Issue #69 – Warning issued during plugin activation under WP-cli
Tests_issue_71::test_shortcodes_expanded_in_the_excerpt_embed() – For this test to work oik-bob-bing-wide must be activated
Tests_issue_79::test_retlink() – retlink should not create a title= attribute unless text and title are defined an different
Tests_issue_7::tests_oik_box_id_null_callback_method() – Until fixed this test will fail This test printed output: Notice: Array to string conversion in C:apachehtdocswordpresswp-contentpluginsoik-bwtracelibsbobbfunc.php on line 289
Tests_issue_91::test_bw_update_post_meta() – This should not produce Warning: count(): Parameter must be.
Tests_issue_9::test_BW_oik_box() – Passing no parameters to oik_box() causes a strange translation of a null title to "0" – see TRAC #41257 So we might as well pass a non-null value and see it being translated; the old way and the new way.
Tests_nivo_php::test_issue_3_image_2_onwards_has_display_none() – Note: This doesn’t test the fix for specific problem reported But it’s a start.