public function testSetHost()
 {
     $this->object->setHost('host');
     $this->assertEquals('host', $this->object->getHost());
 }