Esempio n. 1
0
 public function testGetId()
 {
     $project = new Project();
     $this->assertNull($project->getId());
 }