Пример #1
0
 public function testGetId()
 {
     $employee = new Employee();
     $this->assertNull($employee->getId());
 }