You appear to be a bot. Output may be restricted
Description
Usage
Tests_libs_oik_activation::test_oik_plugin_update_plugin();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-oik-activation.phpLines:
1 to 13 of 13
function test_oik_plugin_update_plugin() { $this->switch_to_locale( "en_GB" ); $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 ); }View on GitHub