ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
UIHookPluginGUITest.php
Go to the documentation of this file.
1<?php
2
19use PHPUnit\Framework\TestCase;
20
26class UIHookPluginGUITest extends TestCase
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}
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