コード例 #1
0
ファイル: CommentTest.php プロジェクト: khanhdeux/typo3test
 /**
  * @test
  */
 public function getCommentdateReturnsInitialValueForDateTime()
 {
     $this->assertEquals(NULL, $this->subject->getCommentdate());
 }