Ingo_Test
extends Horde_Test
in package
This class provides the Ingo configuration for the test script.
Tags
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.
- __construct() : mixed
- appTests() : string
- Any application specific tests that need to be done.
Properties
$_appList
Inter-Horde application dependencies.
protected
array<string|int, mixed>
$_appList
= array('imp' => array('error' => 'IMP can be used to interface ingo with a mailserver.', 'version' => '6.0'))
$_moduleList
The module list
protected
array<string|int, mixed>
$_moduleList
= array('ftp' => array('descrip' => 'FTP Support', 'error' => 'If you will be using the VFS FTP driver for procmail scripts, PHP must have FTP support. Compile PHP <code>--with-ftp</code> before continuing.'), 'ssh2' => array('descrip' => 'SSH2 Support', 'error' => 'You need the SSH2 PECL module if you plan to use the SSH2 VFS driver to store procmail scripts on the mail server.'))
$_pearList
PEAR modules list.
protected
array<string|int, mixed>
$_pearList
= array()
$_settingsList
PHP settings list.
protected
array<string|int, mixed>
$_settingsList
= array()
Methods
__construct()
public
__construct() : mixed
Return values
mixed —appTests()
Any application specific tests that need to be done.
public
appTests() : string
Return values
string —HTML output.