19 declare(strict_types=1);
29 protected function setUp(): void
34 $this->createMock(ilLanguage::class),
35 $this->createMock(ilCtrl::class),
36 $this->createMock(
ILIAS\
UI\Factory::class),
37 $this->createMock(
ILIAS\
UI\Renderer::class),
38 $this->createMock(
ILIAS\
Test\RequestDataCollector::class)
44 $this->assertInstanceOf(ilTestLearningObjectivesStatusGUI::class, $this->testObj);
50 $this->testObj->setCrsObjId($crsObjId);
51 $this->assertEquals($crsObjId, $this->testObj->getCrsObjId());
57 $this->testObj->setUsrId($usrId);
58 $this->assertEquals($usrId, $this->testObj->getUsrId());
Interface Observer Contains several chained tasks and infos about them.
test_instantiateObject_shouldReturnInstance()
Class ilTestLearningObjectivesStatusGUITest.
ilTestLearningObjectivesStatusGUI $testObj