3 declare(strict_types=1);
    36     protected function setUp(): void
    40         $this->
profile = 
new Profile\SkillProfile(
    47         $this->profile_level = 
new Profile\SkillProfileLevel(
    54         $this->profile_completion = 
new Profile\SkillProfileCompletion(
    57             "1999-01-01 12:12:12",
    60         $this->profile_user_assignment = 
new Profile\SkillProfileUserAssignment(
    64         $this->profile_role_assignment = 
new Profile\SkillProfileRoleAssignment(
    94             "my_profile_image_id",
   113             $pl->getBaseSkillId()
   142             "1999-01-01 12:12:12",
   204         $this->assertInstanceOf(Profile\SkillProfileAssignmentInterface::class, $pu);
   205         $this->assertInstanceOf(Profile\SkillProfileAssignmentInterface::class, $pr);
 testProfileCompletionProperties()
 
testProfileRoleAssignmentProperties()
 
Profile SkillProfileCompletion $profile_completion
 
Profile SkillProfileLevel $profile_level
 
Profile SkillProfile $profile
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
testProfileLevelProperties()
 
testProfileAssignmentInstanceOfInterface()
 
Profile SkillProfileRoleAssignment $profile_role_assignment
 
testProfileUserAssignmentProperties()
 
Profile SkillProfileUserAssignment $profile_user_assignment