/**
  * @depends testHeadBucket
  * @expectedException \Mss\S3\Exception\NoSuchCORSConfigurationException
  */
 public function testGetBucketCors()
 {
     $this->log(__METHOD__);
     $this->client->getBucketCors(array('Bucket' => $this->bucket));
 }