You appear to be a bot. Output may be restricted
Description
Test the bbboing shortcode form=n both=ybbboing is a lazy smart shortcode so the functions won't be loaded until you execute it.
Usage
Tests_bbboing::test_bbboing_form_n_both_y();
Parameters
Returns
voidSource
File name: bbboing/tests/test-bbboing.phpLines:
1 to 5 of 5
function test_bbboing_form_n_both_y() { $result = do_shortcode( "[bbboing form=n both=y text=Anything] "); $this->assertStringStartsWith( "<h4>", $result ); bw_trace2( $result ); }View on GitHub View on Trac