19 declare(strict_types=1);
35 protected function setUp(): void
44 $this->objTest_mock = $this->createMock(ilObjTest::class);
51 $DIC[
'component.repository'],
53 $this->createMock(\
ILIAS\TestQuestionPool\QuestionInfoService::class)
59 $this->assertInstanceOf(ilTestFixedQuestionSetConfig::class, $this->testObj);
64 $this->assertFalse($this->testObj->isQuestionSetConfigured());
69 $this->assertFalse($this->testObj->doesQuestionSetRelatedDataExist());
test_instantiateObject_shouldReturnInstance()
Class ChatMainBarProvider .
addGlobal_ilComponentRepository()
testIsQuestionSetConfigured()
ilTestFixedQuestionSetConfig $testObj
testDoesQuestionSetRelatedDataExist()
Class ilTestFixedQuestionSetConfigTest.