19 declare(strict_types=1);
40 protected function setUp(): void
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();
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);
Tree SkillTreeFactory $tree_fac
Skill internal factory service.
Resource SkillResourceFactory $resource_fac
Personal PersonalSkillFactory $personal_fac
Profile SkillProfileFactory $profile_fac
SkillInternalFactoryService $factory