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