You appear to be a bot. Output may be restricted
Description
Do we need to test the help for a shortcode which exists?
Usage
Tests_libs_oik_bobbfunc::test_bw_sc_help();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-bobbfunc.phpLines:
1 to 8 of 8
function test_bw_sc_help() { $this->switch_to_locale( "en_GB" ); do_action( "oik_add_shortcodes" ); bw_sc_help( "oik" ); $html = bw_ret(); //$this->generate_expected_file( $html ); $this->assertArrayEqualsFile( $html ); }View on GitHub