Пример #1
0
 /**
  * Test the default authentication URL
  *
  * @return void
  */
 public function testDefaultAuthUrl()
 {
     $this->assertEquals($this->_files->getAuthUrl(), Zend_Service_Rackspace_Files::US_AUTH_URL, 'The default Authentication URL is changed');
 }