You appear to be a bot. Output may be restricted
Description
Usage
Tests_libs_oik_sc_help::test_caption__help_bb_BB();
Parameters
Returns
void
Source
File name: oik-libs/tests/test-libs-oik-sc-help.php
Lines:
1 to 8 of 8
function test_caption__help_bb_BB() { $this->switch_to_locale( "bb_BB" ); $html = caption__help( null ); //$this->generate_expected_file( $html ); $this->assertArrayEqualsFile( $html ); $this->switch_to_locale( "en_GB" ); }