Пример #1
0
 public function testSetAndGetHost()
 {
     $this->endpoint->setHost('myhost');
     $this->assertEquals('myhost', $this->endpoint->getHost());
 }