Ejemplo n.º 1
0
 public function testGetId()
 {
     $projectStatus = new ProjectStatus();
     $this->assertNull($projectStatus->getId());
 }