ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
LocatorGUITest.php
Go to the documentation of this file.
1 <?php
2 
20 
24 class LocatorGUITest extends TestCase
25 {
26  protected function setUp(): void
27  {
28  parent::setUp();
29  }
30 
31  protected function tearDown(): void
32  {
33  }
34 
35  public function testValue(): void
36  {
37  $loc = new ilLocatorGUI();
38  $loc->setOffline(true);
39  $this->assertEquals(
40  true,
41  $loc->getOffline()
42  );
43  }
44 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...