Beispiel #1
0
 public function testGetContentReturnsNullIfDateNotSet()
 {
     $entry = new Zend_Feed_Writer_Entry();
     $this->assertTrue(is_null($entry->getContent()));
 }