コード例 #1
0
ファイル: EmployeeTest.php プロジェクト: fedegiust/Jumph
 public function testGetCreatedAt()
 {
     $employee = new Employee();
     $this->assertNull($employee->getCreatedAt());
 }