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_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_just_content_and_newlines() – Test wpautop when just processing content and new lines
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.
oik_weight_zone_shipping_check_woo_version() – Check the WooCommerce version against the minimum required level
oik_weight_zone_woocommerce_shipping_methods() – Implement ‘woocommerce_shipping_methods’ filter for oik-weight-zone-shipping
oik_weight_zone_woocommerce_shipping_init() – Implement ‘woocommerce_shipping_init’ to load l10n versions and then initialise weight zone shipping
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
cookie_cat_warning_message() – Produce message telling user that information will be passed to another server
WP_UnitTestCase::set_permalink_structure() – Utility method that resets permalinks and flushes rewrites.