Tests_issue_68::test_html_for_example_and_snippet_is_the_same() – Tests some of the logic in bw_expand_shortcode()
Tests_libs_oik_sc_help::deregister_oembed_cache() – We can’t unregister the oembed_cache post type since it’s builtin
Tests_libs_oik_sc_help::disable_jetpack_youtube_embed() – Disable Jetpack shortcode embed for YouTube
Tests_libs_oik_sc_help::test__sc__example() – Note: wpautop() may wrap the expanded null shortcode in a paragraph tag and appends a trailing newline char
Tests_libs_oik_sc_help::test__sc__help_bb_BB() – Test default help for a shortcode which doesn’t exist bb_BB
Tests_oik_sc_help::test_sc__snippet() – Test shortcode snippet logic for a shortcode that enqueues scripts and/or styles
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.