19 declare(strict_types=1);
29 protected function setUp(): void
40 $this->createMock(ilTestAccess::class),
45 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
46 $DIC[
'component.repository'],
47 $this->createMock(
ILIAS\
Test\Presentation\TabsManager::class),
52 $this->createMock(
ILIAS\Skill\Service\SkillService::class),
53 $this->createMock(
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
55 $this->createMock(
ILIAS\
Test\RequestDataCollector::class),
57 $this->createMock(
ILIAS\
Data\Factory::class),
58 $this->createMock(ilTestSession::class),
59 $this->createMock(ilTestObjectiveOrientedContainer::class)
65 $this->assertInstanceOf(ilTestResultsGUI::class, $this->testObj);
Interface Observer Contains several chained tasks and infos about them.
Class ilTestResultsGUITest.
test_instantiateObject_shouldReturnInstance()
ilTestResultsGUI $testObj