PHP Класс spec\LdapTools\ConfigurationSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )

Описание методов

it_is_initializable() публичный Метод

public 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() публичный Метод

public let ( )