示例#1
0
 public function testCreatesDefaultClient()
 {
     $client = new RealtorClient();
     $this->assertInstanceOf('GuzzleHttp\\ClientInterface', $client->getClient());
 }