Exemple #1
0
 /**
  * @expectedException Zend_Feed_Exception
  */
 public function testSetNewFeedUrlThrowsExceptionOnInvalidUri()
 {
     $feed = new Zend_Feed_Writer_Feed();
     $feed->setItunesNewFeedUrl('http://');
 }