Exemple #1
0
 /**
  * @expectedException Zend_Feed_Exception
  */
 public function testSetDurationThrowsExceptionOnInvalidMinutes()
 {
     $feed = new Zend_Feed_Writer_Feed();
     $feed->setItunesDuration('23:234:45');
 }