示例#1
0
 public function testGetUpdatedAt()
 {
     $employee = new Employee();
     $this->assertNull($employee->getUpdatedAt());
 }