ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
LocatorGUITest.php
Go to the documentation of this file.
1
<?php
2
3
use PHPUnit\Framework\TestCase;
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
}
LocatorGUITest
Definition:
LocatorGUITest.php:9
LocatorGUITest\testValue
testValue()
Definition:
LocatorGUITest.php:19
LocatorGUITest\tearDown
tearDown()
Definition:
LocatorGUITest.php:15
LocatorGUITest\setUp
setUp()
Definition:
LocatorGUITest.php:10
ilLocatorGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLocatorGUI.php:28
Services
Locator
test
LocatorGUITest.php
Generated on Sun Nov 2 2025 22:01:38 for ILIAS by
1.9.4 (using
Doxyfile
)