public function testSetPort()
 {
     $this->object->setPort(9111);
     $this->assertEquals(9111, $this->object->getPort());
 }