Phpunit::IniBackend::arbitPhpunitBackendIniModuleConfiguration
Class arbitPhpunitBackendIniModuleConfiguration
arbit project configuration arbit project configuration
arbitBackendIniConfigurationBase
|
--arbitBackendIniModuleConfiguration
|
--arbitPhpunitBackendIniModuleConfiguration
Author(s):
|
Version:
|
$Revision: 1518 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$defaultValues
= array( 'main' => array( 'configuration' => null, 'working_dir' => null, 'cli_options' => array()),)
Array with default values for all required configuration directives. array has the following structure:
Array with default values for all required configuration directives. The array has the following structure:
array(
'group' => array(
'key' => $value,
...
),
...
)
|
|
protected array |
$shortcuts
= array( 'configuration' => array( 'main', 'configuration' ),'working_dir'=>array('main','working_dir'),'cli_options'=>array('main','cli_options'),)
Shortcuts for configuration value access.
Shortcuts for configuration value access.
These shortcuts may be used for property access to the configuration values. The shortcut array has the following structure:
array(
'shortcut' => array( 'group', 'value' ),
...
)
|
Inherited Member Variables
Inherited Methods
|