ILIAS  release_8 Revision v8.24
UIHookPluginGUITest.php
Go to the documentation of this file.
1<?php
2
3use PHPUnit\Framework\TestCase;
4
10class 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}
Test clipboard repository.
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...
$res
Definition: ltiservices.php:69