예제 #1
0
파일: EntryTest.php 프로젝트: travisj/zf
 public function testGetDateCreatedReturnsNullIfDateNotSet()
 {
     $entry = new Zend_Feed_Writer_Entry();
     $this->assertTrue(is_null($entry->getDateCreated()));
 }