3 declare(strict_types=1);
29 protected function setUp(): void
33 $testObject = $this->createMock(ilObjTest::class);
39 $this->assertInstanceOf(ilTestResultsImportParser::class, $this->testObj);
48 $this->testObj->setQuestionIdMapping($expected);
49 $this->assertEquals($expected, $this->testObj->getQuestionIdMapping());
58 $this->testObj->setSrcPoolDefIdMapping($expected);
59 $this->assertEquals($expected, $this->testObj->getSrcPoolDefIdMapping());
testSrcPoolDefIdMapping()
ilTestResultsImportParser $testObj
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...