ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ilAssLacLegendGUITest.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\UI\Factory
;
20
30
class
ilAssLacLegendGUITest
extends
assBaseTestCase
31
{
32
protected
$backupGlobals
=
false
;
33
34
private
ilAssLacLegendGUI
$object
;
35
36
protected
function
setUp
(): void
37
{
38
parent::setUp();
39
40
$ilGlobalTemplateInterface = $this->createMock(ilGlobalTemplateInterface::class);
41
$ilLanguage = $this->createMock(ilLanguage::class);
42
$factory = $this->createMock(Factory::class);
43
44
$this->
object
=
new
ilAssLacLegendGUI
($ilGlobalTemplateInterface, $ilLanguage, $factory);
45
}
46
47
public
function
testConstruct
(): void
48
{
49
$this->assertInstanceOf(ilAssLacLegendGUI::class, $this->
object
);
50
}
51
}
ilAssLacLegendGUITest\$backupGlobals
$backupGlobals
Definition:
ilAssLacLegendGUITest.php:32
ilAssLacLegendGUITest\$object
ilAssLacLegendGUI $object
Definition:
ilAssLacLegendGUITest.php:34
ilAssLacLegendGUITest
Unit tests.
Definition:
ilAssLacLegendGUITest.php:30
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
Factory
ilAssLacLegendGUITest\testConstruct
testConstruct()
Definition:
ilAssLacLegendGUITest.php:47
ilAssLacLegendGUITest\setUp
setUp()
Definition:
ilAssLacLegendGUITest.php:36
ilAssLacLegendGUI
Definition:
class.ilAssLacLegendGUI.php:23
components
ILIAS
TestQuestionPool
tests
ilAssLacLegendGUITest.php
Generated on Wed Sep 3 2025 23:04:10 for ILIAS by
1.8.13 (using
Doxyfile
)