ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References $res.

37  : void
38  {
39  $plugin_gui = new ilUIHookPluginGUI();
40  $res = $plugin_gui->getHTML("Test", "test", []);
41 
42  $this->assertIsArray(
43  $res
44  );
45  }
$res
Definition: ltiservices.php:66
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

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