You appear to be a bot. Output may be restricted
Description
Usage
Tests_libs_oik_activation::test_oik_plugin_update_plugin_bb_BB();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-oik-activation.phpLines:
1 to 15 of 15
function test_oik_plugin_update_plugin_bb_BB() { $this->switch_to_locale( "bb_BB" ); $html = oik_plugin_update_plugin( "us-tides" ); $html = $this->replace_admin_url( $html ); $html = $this->replace_created_nonce( $html, "upgrade-plugin_us-tides" ); $html_array = $this->tag_break( $html ); $this->assertNotNull( $html_array ); //$this->generate_expected_file( $html_array ); $this->assertArrayEqualsFile( $html_array ); $this->switch_to_locale( "en_GB" ); }View on GitHub