3 declare(strict_types=1);
41 protected function setUp(): void
47 $this->profile_fac = $this->factory->profile();
48 $this->personal_fac = $this->factory->personal();
49 $this->tree_fac = $this->factory->tree();
50 $this->resource_fac = $this->factory->resource();
55 $this->assertInstanceOf(Profile\SkillProfileFactory::class, $this->profile_fac);
56 $this->assertInstanceOf(Personal\PersonalSkillFactory::class, $this->personal_fac);
57 $this->assertInstanceOf(Tree\SkillTreeFactory::class, $this->tree_fac);
58 $this->assertInstanceOf(Resource\SkillResourceFactory::class, $this->resource_fac);
Tree SkillTreeFactory $tree_fac
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Skill internal factory service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Resource SkillResourceFactory $resource_fac
Personal PersonalSkillFactory $personal_fac
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Profile SkillProfileFactory $profile_fac
SkillInternalFactoryService $factory