3declare(strict_types=1);
29 protected function setUp(): void
48 $this->assertInstanceOf(ilTestScoringGUI::class, $this->testObj);
53 $mock = $this->createMock(ilTestAccess::class);
54 $this->testObj->setTestAccess($mock);
55 $this->assertEquals($mock, $this->testObj->getTestAccess());
addGlobal_ilComponentRepository()
addGlobal_ilObjDataCache()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_instantiateObject_shouldReturnInstance()
ilTestScoringGUI $testObj
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...