ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 26 of file UIHookPluginGUITest.php.

Member Function Documentation

◆ tearDown()

UIHookPluginGUITest::tearDown ( )
protected

Definition at line 30 of file UIHookPluginGUITest.php.

30 : void
31 {
32 }

◆ testGetHTMLReturnsArray()

UIHookPluginGUITest::testGetHTMLReturnsArray ( )

Test get HTML return an array.

Definition at line 37 of file UIHookPluginGUITest.php.

37 : void
38 {
39 $plugin_gui = new ilUIHookPluginGUI();
40 $res = $plugin_gui->getHTML("Test", "test", []);
41
42 $this->assertIsArray(
43 $res
44 );
45 }
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: