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