Example #1
0
 /**
  * Test constructor for production
  */
 public function testConstructorForProduction()
 {
     $storage = new Zend_Service_WindowsAzure_Storage(Zend_Service_WindowsAzure_Storage::URL_CLOUD_BLOB, 'testing', '');
     $this->assertEquals('http://testing.blob.core.windows.net', $storage->getBaseUrl());
 }