getBaseURI() public method

public getBaseURI ( ) : mixed
return mixed
Example #1
0
 public function testBaseURl()
 {
     $client = new Client('localhost', 8086);
     $this->assertEquals($client->getBaseURI(), 'http://localhost:8086');
 }