3declare(strict_types=1);
 
   29    protected function setUp(): void
 
   38        $this->assertInstanceOf(ilTestArchiveService::class, $this->testObj);
 
   43        $testParticipantData_mock = $this->createMock(ilTestParticipantData::class);
 
   45        $this->testObj->setParticipantData($testParticipantData_mock);
 
   47        $this->assertEquals($testParticipantData_mock, $this->testObj->getParticipantData());
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilTestArchiveService $testObj
 
test_instantiateObject_shouldReturnInstance()