ILIAS  release_8 Revision v8.24
UIHookPluginGUITest Class Reference

Test clipboard repository. More...

+ Inheritance diagram for UIHookPluginGUITest:
+ Collaboration diagram for UIHookPluginGUITest:

Public Member Functions

 testGetHTMLReturnsArray ()
 Test get HTML return an array. More...
 

Protected Member Functions

 tearDown ()
 

Detailed Description

Test clipboard repository.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 10 of file UIHookPluginGUITest.php.

Member Function Documentation

◆ tearDown()

UIHookPluginGUITest::tearDown ( )
protected

Definition at line 14 of file UIHookPluginGUITest.php.

14 : void
15 {
16 }

◆ testGetHTMLReturnsArray()

UIHookPluginGUITest::testGetHTMLReturnsArray ( )

Test get HTML return an array.

Definition at line 21 of file UIHookPluginGUITest.php.

21 : void
22 {
23 $plugin_gui = new ilUIHookPluginGUI();
24 $res = $plugin_gui->getHTML("Test", "test", []);
25
26 $this->assertIsArray(
27 $res
28 );
29 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$res
Definition: ltiservices.php:69

References $res.


The documentation for this class was generated from the following file: