diff --git a/Tests/Tests.php b/Tests/Tests.php index 819b590..88281ee 100644 --- a/Tests/Tests.php +++ b/Tests/Tests.php @@ -30,7 +30,7 @@ $this->Timeout = $Timeout; $this->Engine = $Engine; $this->Port = $Port; - $this->Ip = $Ip; + $this->Address = $Address; } public function Write( $Header, $String = '' )