Exemplo n.º 1
0
 public function testIsAlive()
 {
     $client = new Client($GLOBALS['RIAK_HOST'], $GLOBALS['RIAK_PORT']);
     $this->AssertTrue($client->isAlive());
 }