コード例 #1
0
ファイル: AllTest.php プロジェクト: nacmartin/riak-client
 public function testIsAlive()
 {
     $client = new Client($GLOBALS['RIAK_HOST'], $GLOBALS['RIAK_PORT']);
     $this->AssertTrue($client->isAlive());
 }