Ejemplo n.º 1
0
 public function testDoPreUpdate()
 {
     $entity = new Account();
     $entity->doPreUpdate();
     $this->assertInstanceOf('\\DateTime', $entity->getUpdatedAt());
 }