Class ilTestArchiveServiceTest.
More...
◆ setUp()
ilTestArchiveServiceTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 29 of file ilTestArchiveServiceTest.php.
34 $this->getTestObjMock(),
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)
Interface Observer Contains several chained tasks and infos about them.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ test_instantiateObject_shouldReturnInstance()
ilTestArchiveServiceTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testParticipantData()
ilTestArchiveServiceTest::testParticipantData |
( |
| ) |
|
Definition at line 53 of file ilTestArchiveServiceTest.php.
55 $testParticipantData_mock = $this->createMock(ilTestParticipantData::class);
57 $this->testObj->setParticipantData($testParticipantData_mock);
59 $this->assertEquals($testParticipantData_mock, $this->testObj->getParticipantData());
◆ $testObj
The documentation for this class was generated from the following file: