lookup('flash.moe'); } public function testIP() { static::$client->lookup('8.8.8.8'); static::$client->lookup('2001:4860:4860::8888'); } /** * @expectedException \Whois\WhoisException */ public function testException() { static::$client->lookup('not a domain'); } }