ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilUnitTableGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilUnitTableGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilUnitTableGUI
$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
ilUnitTableGUI
(
42
$this->createMock(ilUnitConfigurationGUI::class),
43
''
,
44
$this->createMock(assFormulaQuestionUnitCategory::class)
45
);
46
}
47
48
public
function
testConstruct
(): void
49
{
50
$this->assertInstanceOf(ilUnitTableGUI::class, $this->
object
);
51
}
52
}
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:27
ilUnitTableGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilUnitTableGUITest.php:29
ilUnitTableGUITest\setUp
setUp()
Definition:
ilUnitTableGUITest.php:34
ilUnitTableGUITest\$backupGlobals
$backupGlobals
Definition:
ilUnitTableGUITest.php:30
ilUnitTableGUITest\$object
ilUnitTableGUI $object
Definition:
ilUnitTableGUITest.php:32
ilUnitTableGUITest\testConstruct
testConstruct()
Definition:
ilUnitTableGUITest.php:48
ilUnitTableGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUnitTableGUI.php:23
addGlobal_uiFactory
addGlobal_uiFactory()
Definition:
ilTestBaseTestCaseTrait.php:366
addGlobal_uiRenderer
addGlobal_uiRenderer()
Definition:
ilTestBaseTestCaseTrait.php:371
components
ILIAS
TestQuestionPool
tests
ilUnitTableGUITest.php
Generated on Sat Oct 18 2025 23:04:36 for ILIAS by
1.9.4 (using
Doxyfile
)