Example #1
0
 public function testHasResourceId()
 {
     $project = new Project();
     $this->assertNotNull($project->getResourceId());
 }