Exemplo n.º 1
0
 public function testGetIp()
 {
     $client = new Client();
     $this->assertEquals('', $client->getIp());
 }