WP_UnitTestCase::assertQueryTrue() – Check each of the WP_Query is_* functions/properties against expected boolean value.
WP_UnitTestCase::knownPluginBug() – Skips the current test if there is an open plugin ticket with id $ticket_id
WP_UnitTestCase::knownWPBug() – Skips the current test if there is an open WordPress ticket with id $ticket_id
WP_UnitTestCase::knownUTBug() – Skips the current test if there is an open unit tests ticket with id $ticket_id
WP_UnitTestCase::setExpectedDeprecated() – Declare an expected `_deprecated_function()` or `_deprecated_argument()` call from within a test.
WP_UnitTestCase::setExpectedIncorrectUsage() – Declare an expected `_doing_it_wrong()` call from within a test.
WP_UnitTestCase::_backup_hooks() – Saves the action and filter-related globals so they can be restored later.
WP_UnitTestCase::_restore_hooks() – Restores the hook-related globals to their state at setUp() so that future tests aren’t affected by hooks set during this last test.
WP_UnitTestCase::tearDown() – After a test method runs, reset any state in WordPress the test method might have changed.
Tests_oik_wp_batch_share_libraries::test_loading_oik_batch() – Test that oik-batch and oik-wp can peacefully coexist,
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.
check_wordpress_develop_tests_version() – Check WordPress develop tests are compatible with WordPress installation
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
init_oik_weightcountry_l10n() – Implement ‘woocommerce_init’ to load l10n versions and then initialise weight/country shipping
oiku_wpmem_admin_style_list() – Implement "wpmem_admin_style_list" to provide our own styling for WP-members sign in and register forms