Esempio n. 1
0
 public function testPreUpdate()
 {
     $this->entity->preUpdate();
     $this->assertEquals($this->entity->getUpdatedAt()->format('Y-m-d'), date('Y-m-d'));
 }