You appear to be a bot. Output may be restricted
Description
This test will fail if the local machine is not called 'qw'
Usage
Tests_libs_class_oik_remote::test_get_computer_name();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-class-oik-remote.phpLines:
1 to 4 of 4
function test_get_computer_name() { $computername = $this->get_computername(); $this->assertEquals( $computername, oik_remote::get_computer_name() ); }View on GitHub