ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
UIHookPluginGUITest.php
Go to the documentation of this file.
1 <?php
2 
20 
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 }
$res
Definition: ltiservices.php:66
testGetHTMLReturnsArray()
Test get HTML return an array.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Test clipboard repository.