ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
UIHookPluginGUITest.php
Go to the documentation of this file.
1
<?php
2
19
use PHPUnit\Framework\TestCase;
20
26
class
UIHookPluginGUITest
extends
TestCase
27
{
28
//protected $backupGlobals = false;
29
30
protected
function
tearDown
(): void
31
{
32
}
33
37
public
function
testGetHTMLReturnsArray
(): void
38
{
39
$plugin_gui =
new
ilUIHookPluginGUI
();
40
$res
= $plugin_gui->getHTML(
"Test"
,
"test"
, []);
41
42
$this->assertIsArray(
43
$res
44
);
45
}
46
}
UIHookPluginGUITest
Test clipboard repository.
Definition:
UIHookPluginGUITest.php:27
UIHookPluginGUITest\testGetHTMLReturnsArray
testGetHTMLReturnsArray()
Test get HTML return an array.
Definition:
UIHookPluginGUITest.php:37
UIHookPluginGUITest\tearDown
tearDown()
Definition:
UIHookPluginGUITest.php:30
ilUIHookPluginGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUIHookPluginGUI.php:25
$res
$res
Definition:
ltiservices.php:69
components
ILIAS
UIComponent
tests
UIHookPluginGUITest.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)