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\InternalRequestService::class)
44 $this->assertInstanceOf(ilTestLearningObjectivesStatusGUI::class, $this->testObj);
49 $this->testObj->setCrsObjId(1240);
50 $this->assertEquals(1240, $this->testObj->getCrsObjId());
55 $this->testObj->setUsrId(1240);
56 $this->assertEquals(1240, $this->testObj->getUsrId());
Class ChatMainBarProvider .
test_instantiateObject_shouldReturnInstance()
Class ilTestLearningObjectivesStatusGUITest.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestLearningObjectivesStatusGUI $testObj