Example #1
0
 function testSystemUnixNET()
 {
     $IfConfig = new IfConfig();
     $result = $IfConfig->GetIPAddressList();
     print_r($result);
     $this->assertTrue($result, "ValidateLicenseFile returned true");
 }