Tests_shortcodes_oik_attachments::dummy_attachment() – Create a dummy attachment, which is actually a page but at least has post meta of "_wp_attached_file"
Tests_shortcodes_oik_attachments::test_bw_format_attachment_captions_y() – Note: We’re ok with the fact that wp_get_attachment_link will return "Missing attachment" since $post is not really an attachment
Tests_shortcodes_oik_attachments::setUp() –
Tests_shortcodes_oik_attachments::test_bw_link_attachment() –
Tests_shortcodes_oik_address::update_options() – Set the options to the values expected in the test output
Tests_shortcodes_oik_address::test_bw_address__snippet_bb_BB() –
Tests_shortcodes_oik_address::test_bw_address__snippet() – How do we test the snippet logic for bw_address?
Tests_shortcodes_oik_address::test_bw_address__example_bb_BB() –
Tests_shortcodes_oik_address::test_bw_address__example() – In this test ‘the_content’ filter messes with our nicely crafted HTML, adding an unwanted p tag but no end tag.
Tests_shortcodes_oik_address::test_bw_address_bb_BB() –
Tests_shortcodes_oik_address::test_bw_address__syntax() –
Tests_shortcodes_oik_address::test_bw_address() – This tests the output from the shortcode.
Tests_shortcodes_oik_address::test_bw_address__syntax_bb_BB() –
Tests_shortcodes_oik_accordion::dummy_post() –
Tests_shortcodes_oik_address::setUp() –
Tests_shortcodes_oik_accordion::test_bw_accordion__snippet_bb_BB() –
Tests_shortcodes_oik_accordion::test_bw_accordion__snippet() –
Tests_shortcodes_oik_accordion::test_bw_accordion__example() – This tests the HTML. not the jQuery
Tests_shortcodes_oik_accordion::test_bw_accordion__example_bb_BB() –
Tests_shortcodes_oik_accordion::test_bw_accordion__syntax_bb_BB() –
Tests_shortcodes_oik_accordion::test_bw_accordion_id() – Test the improvements to bw_accordion_id() to allow reproducible tests run in any order
Tests_shortcodes_oik_accordion::test_bw_accordion__syntax() –
Tests_shortcodes_oik_accordion::setUp() –
Tests_prerequisites::delete_posts_with_post_title() – post_status = "any" does not include trash auto-draft or spam wp_posts.post_status <> ‘trash’ AND wp_posts.post_status <> ‘auto-draft’ AND wp_posts.post_status <> ‘spam’)
Tests_prerequisites::test_wp_upload_dir() – For some reason qw/phphants returned /files/ instead of /wp-content/uploads Don’t know why but it broke 3 tests.
Tests_prerequisites::commit_transaction() – Forcibly commit the transaction
Tests_prerequisites::test_delete_pages_with_post_title() – The dummy posts that we create will be pages with "post title" and optional suffix n We don’t want these to be in the database otherwise we’ll get invalid suffices in the permalinks
Tests_prerequisites::test_no_posts() –
Tests_prerequisites::get_posts() –
Tests_prerequisites::check_no_posts() – Checks there are no matching posts
Tests_oik_sc_help::test_collage__syntax_bb_BB() –
Tests_prerequisites::setUp() – set up logic
Tests_oik_sc_help::replace_wp_version() –
Tests_oik_sc_help::test_collage__syntax() –
Tests_oik_sc_help::test_post_link__syntax() –
Tests_oik_sc_help::test_ad__syntax() –
Tests_oik_sc_help::test_ad__syntax_bb_BB() –
Tests_oik_sc_help::test_post_link__syntax_bb_BB() –
Tests_oik_sc_help::test_bw_copyright__syntax() –
Tests_oik_sc_help::test_bw_copyright__syntax_bb_BB() –
Tests_oik_sc_help::test_etag__syntax_bb_BB() –
Tests_oik_sc_help::test_stag__syntax() –
Tests_oik_sc_help::test_stag__syntax_bb_BB() –
Tests_oik_sc_help::test_etag__syntax() –
Tests_oik_sc_help::test_ediv__syntax_bb_BB() –
Tests_oik_sc_help::test_ediv__syntax() –
Tests_oik_sc_help::test_sdiv__syntax_bb_BB() –
Tests_oik_sc_help::test_sdiv__syntax() –
Tests_oik_sc_help::test_div__syntax() –
Tests_oik_sc_help::test_div__syntax_bb_BB() –
Tests_oik_sc_help::test_ediv__help_bb_BB() –
Tests_oik_sc_help::arraytohtml() – Reduce a print_r’ed string
Tests_oik_sc_help::test_div__help() –
Tests_oik_sc_help::test_ediv__help() –
Tests_oik_sc_help::test_div__help_bb_BB() –
Tests_oik_sc_help::test_bw_form_sc_parm_help_issue_43() – Test for Issue #43
Tests_oik_sc_help::setUp() –
Tests_oik_sc_help::test_sc__snippet() – Test shortcode snippet logic for a shortcode that enqueues scripts and/or styles
Tests_oik_jquery::get_jq() –
Tests_oik_jquery::test_bwsc_jquery_windowload_true() – Issue #74 – Tests correct jQuery written when windowload is true
Tests_oik_jquery::reset_jq() –
Tests_oik_googlemap::test_bw_gmap_markers() – Tests different values for gmap markers
Tests_oik_jquery::setUp() – set up logic
Tests_oik_googlemap::test_absint_comparison() – A rather silly test
Tests_oik_googlemap::test_bw_default_empty_att() –
Tests_oik_googlemap::test_bw_show_googlemap_null_lat_and_long() – Test second call
Tests_oik_googlemap::test_bw_show_googlemap() – Test with no parameters whatsoever
Tests_oik_googlemap::setUp() – set up logic
Tests_oik_follow::test_follow_me_with_wordpress_set() – Tests issue #61 – Option field for WordPress.org
Tests_oik_follow::test_follow_me_with_github_not_set() – Test the Follow me for GitHub when the option value is not set
Tests_oik_follow::setUp() – set up logic
Tests_oik_follow::test_follow_me_with_github_set() – Test the Follow me for GitHub
Tests_oik_follow::test_follow_me_with_github_set_bb_BB() – Test the Follow me for GitHub – bb_BB
Tests_oik_filters::test_bw_restore_filter() – Unit test to demonstrate bw_restore_filter
Tests_oik_filters::test_bw_replace_filter() – Unit test to demonstrate bw_replace_filter If it works then we get "It worked!" else we gobang()
Tests_oik_filters::test_bw_disable_filter() – Unit test to demonstrate bw_disable_filter
Tests_oik_filters::gob() –
Tests_oik_filters::it_worked() –
Tests_oik_filters::setUp() –
Tests_oik_countdown::test_bw_countdown() – Test with no parameters whatsoever
Tests_oik_countdown::reset_jq() –
Tests_oik_countdown::get_jq() –
Tests_oik_bob_bing_wide::test_oik__example_bb_BB() – Tests example for [oik] and [OIK] in bb_BB
Tests_oik_countdown::setUp() – set up logic
Tests_oik_bob_bing_wide::test_oik__help() – Tests help for [oik] and [OIK]
Tests_oik_bob_bing_wide::test_oik__help_bb_BB() – Tests help for [oik] and [OIK] in bb_BB
Tests_oik_bob_bing_wide::test_oik__example() – Tests example for [oik] and [OIK]
Tests_oik_bob_bing_wide::test_bw_wp_v0_my() – Unit test equivalent to [wp v m=y]
Tests_oik_bob_bing_wide::test_bw_wp_v0_p1_m2() – Unit test equivalent to [wp v p m]
Tests_oik_admin::replace_site_url() – Temporary until we change the testsdata files
Tests_oik_bob_bing_wide::setUp() –
Tests_oik_admin::test_bw_gitrepo_plugin() – Tests bw_gitrepo_plugin for en_GB
Tests_oik_admin::test_bw_gitrepo_plugin_bb_BB() – Tests bw_gitrepo_plugin for bb_BB
Tests_oik_admin::test_bw_symlinked_plugin_bb_BB() – Tests bw_symlinked_plugin for bb_BB
Tests_oik_admin::test_bw_symlinked_plugin() – Tests bw_symlinked_plugin for en_GB
Tests_oik_admin::test_oik_documentation_bb_BB() – Test links to the oik documentation for bb_BB
Tests_oik_admin::replace_network_admin_url() – Replaces the admin_url in $expected
Tests_oik_admin::test_oik_custom_css_box_edit_link_bb_BB() – Test the oik custom CSS box for bb_BB
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- …
- 51
- Next Page »