ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
LocatorGUITest Class Reference
+ Inheritance diagram for LocatorGUITest:
+ Collaboration diagram for LocatorGUITest:

Public Member Functions

 testValue ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 8 of file LocatorGUITest.php.

Member Function Documentation

◆ setUp()

LocatorGUITest::setUp ( )
protected

Definition at line 10 of file LocatorGUITest.php.

10  : void
11  {
12  parent::setUp();
13  }

◆ tearDown()

LocatorGUITest::tearDown ( )
protected

Definition at line 15 of file LocatorGUITest.php.

15  : void
16  {
17  }

◆ testValue()

LocatorGUITest::testValue ( )

Definition at line 19 of file LocatorGUITest.php.

19  : void
20  {
21  $loc = new ilLocatorGUI();
22  $loc->setOffline(true);
23  $this->assertEquals(
24  true,
25  $loc->getOffline()
26  );
27  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

The documentation for this class was generated from the following file: