19 declare(strict_types=1);
29 protected function setUp(): void
34 $this->createMock(ilDBInterface::class),
35 $this->createMock(\
ILIAS\
DI\LoggingServices::class),
38 $this->createMock(\
ILIAS\Skill\Service\SkillProfileService::class),
39 $this->createMock(\
ILIAS\Skill\Service\SkillPersonalService::class)
45 $this->assertInstanceOf(ilTestSkillEvaluation::class, $this->testObj);
50 $this->testObj->setUserId(125);
51 $this->assertEquals(125, $this->testObj->getUserId());
56 $this->testObj->setActiveId(125);
57 $this->assertEquals(125, $this->testObj->getActiveId());
62 $this->testObj->setPass(125);
63 $this->assertEquals(125, $this->testObj->getPass());
68 $this->testObj->setNumRequiredBookingsForSkillTriggering(125);
69 $this->assertEquals(125, $this->testObj->getNumRequiredBookingsForSkillTriggering());
testNumRequiredBookingsForSkillTriggering()
Class ChatMainBarProvider .
Class ilTestSkillEvaluationTest.
ilTestSkillEvaluation $testObj
test_instantiateObject_shouldReturnInstance()