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