19 declare(strict_types=1);
29 protected function setUp(): void
35 $this->createMock(ilLanguage::class),
36 $this->createMock(ilDBInterface::class),
37 $this->createMock(ilObjUser::class),
38 $this->createMock(
ILIAS\
UI\Factory::class),
39 $this->createMock(
ILIAS\
UI\Renderer::class),
41 $this->createMock(Psr\
Http\Message\ServerRequestInterface::class),
42 $this->createMock(ilObjectDataCache::class),
43 $this->createMock(ilTestParticipantAccessFilterFactory::class),
44 $this->createMock(ilTestHTMLGenerator::class)
50 $this->assertInstanceOf(ilTestArchiveService::class, $this->testObj);
55 $testParticipantData_mock = $this->createMock(ilTestParticipantData::class);
57 $this->testObj->setParticipantData($testParticipantData_mock);
59 $this->assertEquals($testParticipantData_mock, $this->testObj->getParticipantData());
test_instantiateObject_shouldReturnInstance()
Interface Observer Contains several chained tasks and infos about them.
Class ilTestArchiveServiceTest.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestArchiveService $testObj