19 declare(strict_types=1);
31 protected function setUp(): void
35 $this->addGlobal_ilTabs();
36 $this->addGlobal_ilObjDataCache();
37 $this->addGlobal_ilHelp();
38 $this->addGlobal_rbacsystem();
39 $this->addGlobal_ilSetting();
40 $this->addGlobal_ilToolbar();
41 $this->addGlobal_GlobalScreenService();
42 $this->addGlobal_ilNavigationHistory();
49 $this->assertInstanceOf(TestScoringByParticipantGUI::class, $this->testObj);
54 $mock = $this->createMock(ilTestAccess::class);
55 $this->testObj->setTestAccess($mock);
56 $this->assertEquals($mock, $this->testObj->getTestAccess());
test_instantiateObject_shouldReturnInstance()
Class TestScoringGUITest.
TestScoringByParticipantGUI $testObj