getBaseURI() public méthode

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