3 declare(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());
ilTestScoringGUI $testObj
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addGlobal_ilComponentRepository()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addGlobal_ilObjDataCache()