Documentation

Test extends Horde_Test
in package

This class provides the application configuration for the test script.

Tags
author

Your Name you@example.com

category

Horde

copyright

2010-2021 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

$_appList  : array<string|int, mixed>
Inter-Horde application dependencies.
$_fileList  : array<string|int, mixed>
Required configuration files.
$_moduleList  : array<string|int, mixed>
The module list
$_pearList  : array<string|int, mixed>
PEAR modules list.
$_settingsList  : array<string|int, mixed>
PHP settings list.
appTests()  : string
Any application specific tests that need to be done.

Properties

$_appList

Inter-Horde application dependencies.

protected array<string|int, mixed> $_appList = []

$_fileList

Required configuration files.

protected array<string|int, mixed> $_fileList = []

$_moduleList

The module list

protected array<string|int, mixed> $_moduleList = []

$_pearList

PEAR modules list.

protected array<string|int, mixed> $_pearList = []

$_settingsList

PHP settings list.

protected array<string|int, mixed> $_settingsList = []

Methods

appTests()

Any application specific tests that need to be done.

public appTests() : string
Return values
string

HTML output.

Search results