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