Ejemplo n.º 1
0
 public function testGetCommentFeedLinkReturnsNullIfNoneSet()
 {
     $entry = new Zend_Feed_Writer_Entry();
     $this->assertTrue(is_null($entry->getCommentFeedLinks()));
 }