3 declare(strict_types=1);
29 protected function setUp(): void
34 $this->createMock(ilDBInterface::class),
37 $this->createMock(\
ILIAS\Skill\Service\SkillProfileService::class)
43 $this->assertInstanceOf(ilTestSkillEvaluation::class, $this->testObj);
48 $this->testObj->setUserId(125);
49 $this->assertEquals(125, $this->testObj->getUserId());
54 $this->testObj->setActiveId(125);
55 $this->assertEquals(125, $this->testObj->getActiveId());
60 $this->testObj->setPass(125);
61 $this->assertEquals(125, $this->testObj->getPass());
66 $this->testObj->setNumRequiredBookingsForSkillTriggering(125);
67 $this->assertEquals(125, $this->testObj->getNumRequiredBookingsForSkillTriggering());
testNumRequiredBookingsForSkillTriggering()
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestSkillEvaluation $testObj
test_instantiateObject_shouldReturnInstance()