Documentation

Jonah_Test extends Horde_Test
in package

This class provides the Jonah configuration for the test script.

Copyright 2010-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Tags
author

Michael Slusarz slusarz@horde.org

Table of Contents

$_appList  : array<string|int, mixed>
Inter-Horde application dependencies.
$_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 = array()

$_moduleList

The module list

protected array<string|int, mixed> $_moduleList = array('gettext' => array('descrip' => 'Gettext Support', 'error' => 'Jonah will not run without gettext support. Compile php <code>--with-gettext</code> before continuing.'), 'xml' => array('descrip' => 'XML Support', 'error' => 'Without XML support, Jonah WILL NOT WORK. You must fix this before going any further.'))

$_pearList

PEAR modules list.

protected array<string|int, mixed> $_pearList = array()

$_settingsList

PHP settings list.

protected array<string|int, mixed> $_settingsList = array()

Methods

appTests()

Any application specific tests that need to be done.

public appTests() : string
Return values
string

HTML output.

Search results