Passwd_Test
extends Horde_Test
in package
Passwd test configuration.
Tags
Table of Contents
- $_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
$_moduleList
The module list
protected
array<string|int, mixed>
$_moduleList
= array('ctype' => 'Ctype Support', 'ldap' => array('descrip' => 'LDAP Support', 'error' => 'If you will be using the any of the LDAP drivers for password changes, PHP must have ldap support. Compile PHP <code>--with-ldap</code> before continuing.'), 'mcrypt' => array('descrip' => 'Mcrypt Support', 'error' => 'If you will be using the smbldap driver for password changes, PHP must have mcrypt support. Compile PHP <code>--with-mcrypt</code> before continuing.'), 'soap' => array('descrip' => 'SOAP Support', 'error' => 'If you will be using the SOAP driver for password changes, PHP must have soap support. Compile PHP with <code>--enable-soap</code> before continuing.'))
$_pearList
PEAR modules list.
protected
array<string|int, mixed>
$_pearList
= array('Crypt_CHAP' => array('path' => 'Crypt/CHAP.php', 'error' => 'If you will be using the smbldap driver for password changes, then you must install the PEAR Crypt_CHAP module.', 'required' => \false))
$_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.