You appear to be a bot. Output may be restricted
Description
Tests bw_sc_snippet
Usage
Tests_libs_oik_bobbfunc::test_bw_sc_snippet();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-bobbfunc.phpLines:
1 to 10 of 10
function test_bw_sc_snippet() { $this->update_options(); bw_sc_snippet(); bw_sc_snippet( "bw_address" ); $html = bw_ret(); $html = str_replace( oik_get_plugins_server(), "https://qw/src", $html ); //$this->generate_expected_file( $html ); $this->assertArrayEqualsFile( $html ); }View on GitHub