Beispiel #1
0
 public function testSetsGeneratorThrowsExceptionOnInvalidVersion()
 {
     $writer = new Zend_Feed_Writer();
     try {
         $writer->addAuthor('ZFW', '');
         $this->fail();
     } catch (Zend_Feed_Exception $e) {
     }
 }