◆ setUp()
ILIAS\Skill\Service\SkillInternalFactoryServiceTest::setUp |
( |
| ) |
|
|
protected |
◆ testFactoryInstances()
ILIAS\Skill\Service\SkillInternalFactoryServiceTest::testFactoryInstances |
( |
| ) |
|
Definition at line 52 of file SkillInternalFactoryServiceTest.php.
54 $this->assertInstanceOf(Profile\SkillProfileFactory::class, $this->profile_fac);
55 $this->assertInstanceOf(Personal\PersonalSkillFactory::class, $this->personal_fac);
56 $this->assertInstanceOf(Tree\SkillTreeFactory::class, $this->tree_fac);
57 $this->assertInstanceOf(Resource\SkillResourceFactory::class, $this->resource_fac);
◆ $factory
◆ $personal_fac
◆ $profile_fac
◆ $resource_fac
◆ $tree_fac
Tree SkillTreeFactory ILIAS\Skill\Service\SkillInternalFactoryServiceTest::$tree_fac |
|
protected |
The documentation for this class was generated from the following file: