◆ setUp()
| SkillInternalFactoryServiceTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 40 of file SkillInternalFactoryServiceTest.php.
44 $this->factory =
new Service\SkillInternalFactoryService();
46 $this->profile_fac = $this->factory->profile();
47 $this->personal_fac = $this->factory->personal();
48 $this->tree_fac = $this->factory->tree();
49 $this->resource_fac = $this->factory->resource();
◆ testFactoryInstances()
| 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(\
ILIAS\Skill\Resource\SkillResourceFactory::class, $this->resource_fac);
Class ChatMainBarProvider .
◆ $factory
◆ $personal_fac
◆ $profile_fac
◆ $resource_fac
◆ $tree_fac
The documentation for this class was generated from the following file: