ILIAS
release_8 Revision v8.23
◀ 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\tearDown
tearDown()
Definition:
LocatorGUITest.php:15
ilLocatorGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLocatorGUI.php:27
LocatorGUITest\setUp
setUp()
Definition:
LocatorGUITest.php:10
LocatorGUITest
Definition:
LocatorGUITest.php:8
LocatorGUITest\testValue
testValue()
Definition:
LocatorGUITest.php:19
TestCase
Services
Locator
test
LocatorGUITest.php
Generated on Wed Sep 3 2025 22:02:29 for ILIAS by
1.8.13 (using
Doxyfile
)