Example #1
0
 public function testPreUpdate()
 {
     $this->target->preUpdate();
     $this->assertEquals($this->target->getDateModified(), new \DateTime());
 }
Example #2
0
 public function testPreUpdate()
 {
     $this->target->preUpdate();
     $this->assertInstanceOf("\\DateTime", $this->target->getDateModified());
 }