示例#1
0
文件: EntryTest.php 项目: travisj/zf
 public function testGetDateCreatedReturnsNullIfDateNotSet()
 {
     $entry = new Zend_Feed_Writer_Entry();
     $this->assertTrue(is_null($entry->getDateCreated()));
 }