3 declare(strict_types=1);
29 protected function setUp(): void
34 $this->createMock(ilLanguage::class)
40 $this->assertInstanceOf(ilTestLearningObjectivesStatusGUI::class, $this->testObj);
45 $this->testObj->setCrsObjId(1240);
46 $this->assertEquals(1240, $this->testObj->getCrsObjId());
51 $this->testObj->setUsrId(1240);
52 $this->assertEquals(1240, $this->testObj->getUsrId());
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestLearningObjectivesStatusGUI $testObj