You appear to be a bot. Output may be restricted
Description
Usage
Tests_libs_oik_activation::test_translate_install();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-oik-activation.phpLines:
1 to 8 of 8
function test_translate_install() { $text = __('Install' ); $this->assertEquals( "Install", $text ); $text . __('Install' ) . "where does this go?"; }View on GitHub