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