◆ setUp()
| ILIAS\Skill\Profile\SkillInternalProfileFactoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 38 of file SkillInternalProfileFactoryTest.php.
References ILIAS\Repository\profile().
42 $this->factory =
new SkillProfileFactory();
44 $this->
profile = $this->factory->profile(0,
"",
"", 0);
45 $this->profile_level = $this->factory->profileLevel(0, 0, 0, 0, 0);
46 $this->profile_completion = $this->factory->profileCompletion(0, 0,
"",
false);
47 $this->profile_user_assignment = $this->factory->profileUserAssignment(
"", 0);
48 $this->profile_role_assignment = $this->factory->profileRoleAssignment(
"", 0,
"",
"", 0);
◆ testFactoryInstances()
| ILIAS\Skill\Profile\SkillInternalProfileFactoryTest::testFactoryInstances |
( |
| ) |
|
Definition at line 51 of file SkillInternalProfileFactoryTest.php.
References ILIAS\Repository\profile().
53 $this->assertInstanceOf(SkillProfile::class, $this->
profile);
54 $this->assertInstanceOf(SkillProfileLevel::class, $this->profile_level);
55 $this->assertInstanceOf(SkillProfileCompletion::class, $this->profile_completion);
56 $this->assertInstanceOf(SkillProfileUserAssignment::class, $this->profile_user_assignment);
57 $this->assertInstanceOf(SkillProfileRoleAssignment::class, $this->profile_role_assignment);
◆ $factory
◆ $profile
| SkillProfile ILIAS\Skill\Profile\SkillInternalProfileFactoryTest::$profile |
|
protected |
◆ $profile_completion
◆ $profile_level
| SkillProfileLevel ILIAS\Skill\Profile\SkillInternalProfileFactoryTest::$profile_level |
|
protected |
◆ $profile_role_assignment
◆ $profile_user_assignment
The documentation for this class was generated from the following file: