34 protected function setUp(): void
38 $this->addGlobal_uiFactory();
39 $this->addGlobal_uiRenderer();
41 $this->
object =
new class ($this->createMock(ilUnitConfigurationGUI::class),
'') extends
ilUnitCategoryTableGUI {
42 protected function populateTitle():
void 50 $this->assertInstanceOf(ilUnitCategoryTableGUI::class, $this->
object);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilUnitCategoryTableGUI $object
Class ilUnitCategoryTableGUI .