PHP Class spec\LdapTools\ConfigurationSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_is_initializable_with_no_domain_configurations ( )
it_should_allow_loading_from_an_array_with_no_domains_set ( )
it_should_be_able_to_properly_set_the_attribute_converters ( )
it_should_error_when_the_configuration_file_is_not_found ( )
it_should_have_an_array_as_the_attribute_converters ( )
it_should_load_configuration_files ( )
it_should_load_from_an_array_of_config_values ( )
it_should_return_a_DomainConfiguration_when_calling_getDomainConfiguration_with_a_domain_name ( )
it_should_return_a_string_when_calling_getCacheType ( )
it_should_return_a_string_when_calling_getSchemaFolder ( )
it_should_return_an_array_when_calling_getDomainConfiguration ( )
it_should_return_correct_domain_when_calling_getDefaultDomain ( )
it_should_return_self_after_calling_set_attribute_converters ( )
it_should_return_self_when_adding_domain_configuration ( )
it_should_return_self_when_calling_setDefaultDomain ( )
it_should_return_the_correct_cache_type_after_calling_setCacheType ( )
it_should_return_the_correct_number_of_domains_when_calling_getDomainConfiguration ( )
it_should_return_the_correct_schema_folder_after_calling_setSchemaFolder ( )
it_should_set_a_logger ( )
it_should_set_an_event_dispatcher ( )
it_should_throw_ConfigurationException_when_loading_a_domain_config_with_an_unknown_option ( )
it_should_throw_ConfigurationException_when_setting_invalid_cache_type ( )
it_should_throw_InvalidArgumentException_when_calling_getDomainConfiguration_with_an_invalid_name ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_is_initializable_with_no_domain_configurations() public method

it_should_allow_loading_from_an_array_with_no_domains_set() public method

it_should_be_able_to_properly_set_the_attribute_converters() public method

it_should_error_when_the_configuration_file_is_not_found() public method

it_should_have_an_array_as_the_attribute_converters() public method

it_should_load_configuration_files() public method

it_should_load_from_an_array_of_config_values() public method

it_should_return_a_DomainConfiguration_when_calling_getDomainConfiguration_with_a_domain_name() public method

it_should_return_a_string_when_calling_getCacheType() public method

it_should_return_a_string_when_calling_getSchemaFolder() public method

it_should_return_an_array_when_calling_getDomainConfiguration() public method

it_should_return_correct_domain_when_calling_getDefaultDomain() public method

it_should_return_self_after_calling_set_attribute_converters() public method

it_should_return_self_when_adding_domain_configuration() public method

it_should_return_self_when_calling_setDefaultDomain() public method

it_should_return_the_correct_cache_type_after_calling_setCacheType() public method

it_should_return_the_correct_number_of_domains_when_calling_getDomainConfiguration() public method

it_should_return_the_correct_schema_folder_after_calling_setSchemaFolder() public method

it_should_set_a_logger() public method

it_should_set_an_event_dispatcher() public method

it_should_throw_ConfigurationException_when_loading_a_domain_config_with_an_unknown_option() public method

it_should_throw_ConfigurationException_when_setting_invalid_cache_type() public method

it_should_throw_InvalidArgumentException_when_calling_getDomainConfiguration_with_an_invalid_name() public method

let() public method

public let ( )