PHP 클래스 spec\LdapTools\Ldif\LdifParserSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
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() 공개 메소드