Tests_libs_oik_sc_help::disable_jetpack_youtube_embed() – Disable Jetpack shortcode embed for YouTube
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::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
bw_more__help() – Help hook for [bw_more] shortcode "Hide remaining content behind ‘read more’ button"
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.