コード例 #1
0
ファイル: EntryTest.php プロジェクト: travisj/zf
 public function testGetDateCreatedReturnsNullIfDateNotSet()
 {
     $entry = new Zend_Feed_Writer_Entry();
     $this->assertTrue(is_null($entry->getDateCreated()));
 }