Esempio n. 1
0
 public function testGetCreatedAt()
 {
     $employee = new Employee();
     $this->assertNull($employee->getCreatedAt());
 }