コード例 #1
0
 /**
  * @depends testHeadBucket
  */
 public function testGetBucketLogging()
 {
     $this->log(__METHOD__);
     $result = $this->client->getBucketLogging(array('Bucket' => $this->bucket));
     $this->assertNull($result['LoggingEnabled']);
 }