예제 #1
0
파일: IsGdTest.php 프로젝트: jsnshrmn/Suma
 public function testUnshortenWrongUrlException()
 {
     $this->setExpectedException('Zend_Service_ShortUrl_Exception');
     $this->_s->unshorten('http://www.zend.com');
 }