31 protected function setUp(): void
40 $this->createMock(ilTestRandomQuestionSetConfigGUI::class),
43 $this->createMock(ilObjectDataCache::class)
49 $this->assertInstanceOf(ilRepositorySelectorExplorerGUI::class, $this->testObj);
52 #[\PHPUnit\Framework\Attributes\DataProvider('getAndSetAvailableQuestionPoolsDataProvider')] 55 $this->assertEquals([], $this->testObj->getAvailableQuestionPools());
56 $this->assertNull($this->testObj->setAvailableQuestionPools($IO));
57 $this->assertEquals($IO, $this->testObj->getAvailableQuestionPools());
static getAndSetAvailableQuestionPoolsDataProvider()
ilTestQuestionPoolSelectorExplorer $testObj
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
testGetAndSetAvailableQuestionPools(array $IO)