19declare(strict_types=1);
31 protected function setUp(): void
42 $this->createMock(ilTestAccess::class),
47 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
48 $DIC[
'component.repository'],
49 $this->createMock(
ILIAS\
Test\Presentation\TabsManager::class),
54 $this->createMock(
ILIAS\Skill\Service\SkillService::class),
55 $this->createMock(
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
56 $this->createMock(\
ILIAS\
Test\Results\Toplist\TestTopListRepository::class),
57 $this->createMock(
ILIAS\
Test\RequestDataCollector::class),
59 $this->createMock(
ILIAS\Data\Factory::class),
60 $this->createMock(ilTestSession::class),
61 $this->createMock(ilTestObjectiveOrientedContainer::class),
62 $this->createMock(ParticipantRepository::class)
68 $this->assertInstanceOf(ilTestResultsGUI::class, $this->testObj);
Class ilTestResultsGUITest.
test_instantiateObject_shouldReturnInstance()
ilTestResultsGUI $testObj
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.