ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
LocatorGUITest.php
Go to the documentation of this file.
1 <?php
2 
4 
8 class LocatorGUITest extends TestCase
9 {
10  protected function setUp(): void
11  {
12  parent::setUp();
13  }
14 
15  protected function tearDown(): void
16  {
17  }
18 
19  public function testValue(): void
20  {
21  $loc = new ilLocatorGUI();
22  $loc->setOffline(true);
23  $this->assertEquals(
24  true,
25  $loc->getOffline()
26  );
27  }
28 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...