PHP Класс spec\LdapTools\Ldif\LdifParserSpec

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

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

Метод Описание
getMatchers ( )
it_is_initializable ( )
it_should_have_a_file_http_and_https_url_loader_by_default ( )
it_should_parse_an_ldif_with_an_empty_value ( )
it_should_parse_ldif_data ( )
it_should_remove_a_url_loader ( )
it_should_set_a_url_loader ( )
it_should_throw_an_exception_when_a_changetype_is_invalid ( )
it_should_throw_an_exception_when_parsing_a_modify_type_and_the_keys_following_the_directive_do_not_match_the_attribute ( )
it_should_throw_an_exception_when_parsing_an_entry_where_the_changetype_is_redefined ( )
it_should_throw_an_exception_when_parsing_the_criticality_for_a_ldap_control_and_it_is_not_valid ( )
it_should_throw_an_exception_when_parsing_whether_the_old_rdn_should_be_deleted_and_it_is_not_valid ( )
it_should_throw_an_exception_when_the_OID_in_the_ldap_control_is_not_in_the_correct_format ( )
it_should_throw_an_exception_when_the_directive_for_the_changetype_is_not_valid ( )
it_should_throw_an_exception_when_the_key_value_format_is_invalid ( )
it_should_throw_an_exception_when_the_ldif_version_is_not_recognized ( )
it_should_throw_an_exception_when_the_url_loader_type_specified_is_not_recognized ( )

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

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

public getMatchers ( )

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

public it_is_initializable ( )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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