コード例 #1
0
ファイル: CommentTest.php プロジェクト: utrenkner/YAWIK
 public function testPrePersist()
 {
     $this->target->prePersist();
     $this->assertEquals($this->target->getDateCreated(), new \DateTime());
 }
コード例 #2
0
ファイル: CommentTest.php プロジェクト: cross-solution/yawik
 public function testPrePersist()
 {
     $this->target->prePersist();
     $this->assertInstanceOf("\\DateTime", $this->target->getDateCreated());
 }