check_wordpress_develop_tests_version() – Check WordPress develop tests are compatible with WordPress installation
cookie_cat_warning_message() – Produce message telling user that information will be passed to another server
init_oik_weightcountry_l10n() – Implement ‘woocommerce_init’ to load l10n versions and then initialise weight/country shipping
oiksc_shortcodes_components_wordpress() – Implement "oiksc_shortcodes_components" for WordPress shortcodes
oiku_wpmem_admin_style_list() – Implement "wpmem_admin_style_list" to provide our own styling for WP-members sign in and register forms
oik_batch_load_wordpress_develop_tests() – Locate and load the parts we need from WordPress develop tests
oik_batch_locate_wp_config_for_phpunit() – Locate the expected wp-config.php when running under PHPUnit
OIK_Weight_Zone_Shipping::no_shipping_available() – Implement "woocommerce_cart_no_shipping_available_html"
OIK_Weight_Zone_Shipping::pick_smallest_rate() – Picks the right rate from available rates based on cart weight
oik_weight_zone_shipping_check_woo_version() – Check the WooCommerce version against the minimum required level
oik_weight_zone_woocommerce_shipping_init() – Implement ‘woocommerce_shipping_init’ to load l10n versions and then initialise weight zone shipping
oik_weight_zone_woocommerce_shipping_methods() – Implement ‘woocommerce_shipping_methods’ filter for oik-weight-zone-shipping
Tests_oik_wp_batch_share_libraries::test_loading_oik_batch() – Test that oik-batch and oik-wp can peacefully coexist,
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_wpautop::test_wpautop_adding_unwanted_endp() – Test for TRAC 39377 – wpautop adds an extra </p>
Tests_wpautop::test_wpautop_adding_unwanted_pendp() – Test for TRAC 2691 – wpautop adds an extra p and end p around HTML comments
Tests_wpautop::test_wpautop_adding_unwanted_stuff() – WordPress core can take what appears to be correct HTML and change it unexpectedly.
Tests_wpautop::test_wpautop_just_content_and_newlines() – Test wpautop when just processing content and new lines
wp_set_auth_cookie() – These are pluggable functions that should have been loaded earlier We may not need them for in situ so wrapping in function_exists tests.