예제 #1
0
파일: OfflineTest.php 프로젝트: ruflin/zf2
 /**
  * Test the set of an invalid authentication URL
  *
  * @return void
  */
 public function testSetInvalidAuthUrl()
 {
     $this->setExpectedException(
         'Zend\Service\Rackspace\Exception\InvalidArgumentException',
         'The authentication URL is not valid'
     );
     $this->_files->setAuthUrl('http://test');
 }