◆ setUp()
| SkillInternalProfileFactoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 37 of file SkillInternalProfileFactoryTest.php.
References ILIAS\Repository\profile().
41 $this->factory =
new Profile\SkillProfileFactory();
43 $this->
profile = $this->factory->profile(0,
"",
"", 0);
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);
◆ testFactoryInstances()
| SkillInternalProfileFactoryTest::testFactoryInstances |
( |
| ) |
|
Definition at line 50 of file SkillInternalProfileFactoryTest.php.
References ILIAS\Repository\profile().
52 $this->assertInstanceOf(Profile\SkillProfile::class, $this->
profile);
53 $this->assertInstanceOf(Profile\SkillProfileLevel::class, $this->profile_level);
54 $this->assertInstanceOf(Profile\SkillProfileCompletion::class, $this->profile_completion);
55 $this->assertInstanceOf(Profile\SkillProfileUserAssignment::class, $this->profile_user_assignment);
56 $this->assertInstanceOf(Profile\SkillProfileRoleAssignment::class, $this->profile_role_assignment);
◆ $factory
◆ $profile
| Profile SkillProfile SkillInternalProfileFactoryTest::$profile |
|
protected |
◆ $profile_completion
◆ $profile_level
◆ $profile_role_assignment
◆ $profile_user_assignment
The documentation for this class was generated from the following file: