Пример #1
0
 public function testGetHost()
 {
     $client = new Client('https://localhost:4010');
     $this->assertSame('https://localhost:4010', $client->getHost());
 }