Exemple #1
0
 public function testGetCommentCountReturnsNullIfDateNotSet()
 {
     $entry = new Zend_Feed_Writer_Entry();
     $this->assertTrue(is_null($entry->getCommentCount()));
 }