◆ setUp()
| ILIAS\Skill\Service\SkillInternalFactoryServiceTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 41 of file SkillInternalFactoryServiceTest.php.
45 $this->factory =
new SkillInternalFactoryService();
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();
◆ testFactoryInstances()
| ILIAS\Skill\Service\SkillInternalFactoryServiceTest::testFactoryInstances |
( |
| ) |
|
Definition at line 53 of file SkillInternalFactoryServiceTest.php.
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);
◆ $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: