ILIAS  release_8 Revision v8.23
UIHookPluginGUITest.php
Go to the documentation of this file.
1 <?php
2 
4 
10 class UIHookPluginGUITest extends TestCase
11 {
12  //protected $backupGlobals = false;
13 
14  protected function tearDown(): void
15  {
16  }
17 
21  public function testGetHTMLReturnsArray(): void
22  {
23  $plugin_gui = new ilUIHookPluginGUI();
24  $res = $plugin_gui->getHTML("Test", "test", []);
25 
26  $this->assertIsArray(
27  $res
28  );
29  }
30 }
$res
Definition: ltiservices.php:69
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.