You appear to be a bot. Output may be restricted
Description
Test [bbboing] on its own.We should also test the ends with and perhaps the length.
Usage
Tests_bbboing::test_bbboing();
Parameters
Returns
voidSource
File name: bbboing/tests/test-bbboing.phpLines:
1 to 5 of 5
function test_bbboing() { $result = do_shortcode( "[bbboing]" ); $this->assertStringStartsWith( "<p>A", $result ); bw_trace2( $result ); }View on GitHub View on Trac