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