buildBatchStat() public static method

public static buildBatchStat ( $bucket, $keys )
Ejemplo n.º 1
0
 public function testBatchStat()
 {
     $ops = BucketManager::buildBatchStat($this->bucketName, array('php-sdk.html'));
     list($ret, $error) = $this->bucketManager->batch($ops);
     $this->assertEquals(200, $ret[0]['code']);
 }