Exemplo n.º 1
0
 public function testClient()
 {
     $this->assertTrue($this->client->getRootEndpoint() instanceof stdClass);
     $this->assertTrue($this->client->getCache() instanceof ICache);
     $this->assertTrue($this->client->getOptions($this->client->getRootEndpointUrl()) instanceof stdClass);
 }