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_issue_79::test_retlink() – retlink should not create a title= attribute unless text and title are defined an different
Tests_issue_71::test_shortcodes_expanded_in_the_excerpt_embed() – For this test to work oik-bob-bing-wide must be activated
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_69::test_no_warning_for_activate_plugin() – Issue #69 – Warning issued during plugin activation under WP-cli
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_html_for_example_and_snippet_is_the_same() – Tests some of the logic in bw_expand_shortcode()
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_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_compress_css() – We expect the results of script_concat_settings() to be as below.
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_63::tests_oik_admin_bar_menu() – Tests that our "Howdy %s", replacement logic still works in the latest version of WordPress
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_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_bw_translate::test_41257_translate_null_returns_translation_of_0() – Confirms the behavior of translate against a null string
eartblock_41() – end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
bw_eblock_41() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_block_41() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
eartblock_40() – end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
bw_block_40() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
bw_eblock_40() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
eartblock_31() – end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
bw_eblock_31() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks.
bw_block_31() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title
artblockheader_31() – Create a block header if the title text is specified Notes: link and icon parameters not yet supported.