コード例 #1
0
 /**
  * @covers WindowsAzure\Blob\BlobRestProxy::createPageBlob
  * @covers WindowsAzure\Blob\BlobRestProxy::deleteBlob
  * @covers WindowsAzure\Blob\BlobRestProxy::getBlobProperties
  * @covers WindowsAzure\Blob\BlobRestProxy::setBlobMetadata
  */
 public function testGetBlobProperties()
 {
     $container = BlobServiceFunctionalTestData::getContainerName();
     $interestingGetBlobPropertiesOptions = BlobServiceFunctionalTestData::getGetBlobPropertiesOptions();
     foreach ($interestingGetBlobPropertiesOptions as $options) {
         $this->getBlobPropertiesWorker($container, $options);
     }
 }