You appear to be a bot. Output may be restricted
Description
For switch_to_locale to bb_BB to work we need to have installed the bb_BB language files in wp-content/languages
Usage
Tests_libs_oik_bobbfunc::test_bw_sc_help_bb_BB();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-bobbfunc.phpLines:
1 to 7 of 7
function test_bw_sc_help_bb_BB() { $this->switch_to_locale( "bb_BB" ); bw_sc_help( "bw" ); $html = bw_ret(); $this->assertArrayEqualsFile( $html ); $this->switch_to_locale( "en_GB" ); }View on GitHub