/**
  * Test get host
  */
 public function testGetHost()
 {
     $this->assertEquals($this->host, $this->client->getHost());
 }