ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilLocalUnitCategoryTableGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilLocalUnitCategoryTableGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilLocalUnitCategoryTableGUI
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$this->
addGlobal_uiFactory
();
39
$this->
addGlobal_uiRenderer
();
40
41
$this->
object
=
new
ilLocalUnitCategoryTableGUI
($this->createMock(ilUnitConfigurationGUI::class),
'cmd'
);
42
}
43
44
public
function
testConstruct
(): void
45
{
46
$this->assertInstanceOf(ilLocalUnitCategoryTableGUI::class, $this->
object
);
47
}
48
}
ilLocalUnitCategoryTableGUITest\setUp
setUp()
Definition:
ilLocalUnitCategoryTableGUITest.php:34
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilLocalUnitCategoryTableGUITest\$backupGlobals
$backupGlobals
Definition:
ilLocalUnitCategoryTableGUITest.php:30
ilLocalUnitCategoryTableGUITest\testConstruct
testConstruct()
Definition:
ilLocalUnitCategoryTableGUITest.php:44
ilLocalUnitCategoryTableGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilLocalUnitCategoryTableGUITest.php:28
ilLocalUnitCategoryTableGUITest\$object
ilLocalUnitCategoryTableGUI $object
Definition:
ilLocalUnitCategoryTableGUITest.php:32
ilLocalUnitCategoryTableGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLocalUnitCategoryTableGUI.php:22
addGlobal_uiRenderer
addGlobal_uiRenderer()
Definition:
ilTestBaseTestCaseTrait.php:370
addGlobal_uiFactory
addGlobal_uiFactory()
Definition:
ilTestBaseTestCaseTrait.php:365
components
ILIAS
TestQuestionPool
tests
ilLocalUnitCategoryTableGUITest.php
Generated on Sun Aug 31 2025 23:04:05 for ILIAS by
1.8.13 (using
Doxyfile
)