Tests_libs_class_oik_remote::test_are_you_local() – These tests will pass if the local machine is called qw and there is a host name of q.w
Tests_libs_class_oik_remote::test_gethostbyname() – We want to check that "qw" is the current machine?
Tests_libs_class_oik_remote::test_get_computer_name() – This test will fail if the local machine is not called ‘qw’
Tests_libs_class_oik_remote::test_simulate_multisite() – Simulate tests with multisite where the $_SERVER[’SERVER_NAME’] is not localhost.
WP_UnitTestCase::_restore_hooks() – Restores the hook-related globals to their state at setUp() so that future tests aren’t affected by hooks set during this last test.