19 declare(strict_types=1);
37 protected function setUp(): void
44 $this->profile_level = $this->
factory->profileLevel(0, 0, 0, 0, 0);
45 $this->profile_completion = $this->
factory->profileCompletion(0, 0,
"",
false);
46 $this->profile_user_assignment = $this->
factory->profileUserAssignment(
"", 0);
47 $this->profile_role_assignment = $this->
factory->profileRoleAssignment(
"", 0,
"",
"", 0);
52 $this->assertInstanceOf(SkillProfile::class, $this->
profile);
53 $this->assertInstanceOf(SkillProfileLevel::class, $this->profile_level);
54 $this->assertInstanceOf(SkillProfileCompletion::class, $this->profile_completion);
55 $this->assertInstanceOf(SkillProfileUserAssignment::class, $this->profile_user_assignment);
56 $this->assertInstanceOf(SkillProfileRoleAssignment::class, $this->profile_role_assignment);
SkillProfileFactory $factory
SkillProfileCompletion $profile_completion
SkillProfileUserAssignment $profile_user_assignment
SkillProfileLevel $profile_level
SkillProfileRoleAssignment $profile_role_assignment