コード例 #1
0
ファイル: WriterTest.php プロジェクト: padraic/zfproposals
 public function testGetDateModifiedReturnsNullIfDateNotSet()
 {
     $writer = new Zend_Feed_Writer();
     $this->assertTrue(is_null($writer->getDateModified()));
 }