Пример #1
0
 public function testUnshortenWrongUrlException()
 {
     $this->setExpectedException('Zend_Service_ShortUrl_Exception');
     $this->_s->unshorten('http://www.zend.com');
 }