Lines:
1 to 17 of 17
<?php // (C) Copyright Bobbing Wide 2017-2019 /* class Tests_libs_class_oik_remote */ /* function Tests_libs_class_oik_remote::setUp() – */ /* function Tests_libs_class_oik_remote::get_computername */ /* function Tests_libs_class_oik_remote::test_computername */ /* function Tests_libs_class_oik_remote::test_php_uname() – Tests this machine is called QW */ /* function Tests_libs_class_oik_remote::test_gethostbyname() – We want to check that "qw" is the current machine? */ /* function Tests_libs_class_oik_remote::test_gethostbynamel() – Tests gethostbynamel() */ /* function Tests_libs_class_oik_remote::test_get_computer_name() – This test will fail if the local machine is not called ‘qw’ */ /* function Tests_libs_class_oik_remote::test_are_you_local_ip() – Tests are_you_local_ip */ /* function Tests_libs_class_oik_remote::test_are_you_local_ip_qw() – Tests are_you_local_ip for qw */ /* function Tests_libs_class_oik_remote::test_are_you_private_ip() – Tests if this is a private IP */ /* function 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 */ /* function Tests_libs_class_oik_remote::test_simulate_multisite() – Simulate tests with multisite where the $_SERVER[’SERVER_NAME’] is not localhost. */View on GitHub