19 declare(strict_types=1);
29 protected function setUp(): void
33 $test_logger = $this->createMock(
ILIAS\
Test\Logging\TestLogger::class);
35 $this->createMock(ilTree::class),
36 $this->createMock(ilDBInterface::class),
37 $this->createMock(ilLanguage::class),
39 $this->createMock(ilComponentRepository::class),
40 $this->getTestObjMock(),
41 $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
47 $this->assertInstanceOf(ilTestFixedQuestionSetConfig::class, $this->testObj);
52 $this->assertFalse($this->testObj->isQuestionSetConfigured());
57 $this->assertFalse($this->testObj->doesQuestionSetRelatedDataExist());
test_instantiateObject_shouldReturnInstance()
Interface Observer Contains several chained tasks and infos about them.
testIsQuestionSetConfigured()
ilTestFixedQuestionSetConfig $testObj
testDoesQuestionSetRelatedDataExist()
Class ilTestFixedQuestionSetConfigTest.