PHP Class spec\LdapTools\Ldif\LdifParserSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
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 ( )

Method Details

getMatchers() public méthode

public getMatchers ( )

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_have_a_file_http_and_https_url_loader_by_default() public méthode

it_should_parse_an_ldif_with_an_empty_value() public méthode

it_should_parse_ldif_data() public méthode

it_should_remove_a_url_loader() public méthode

it_should_set_a_url_loader() public méthode

it_should_throw_an_exception_when_a_changetype_is_invalid() public méthode

it_should_throw_an_exception_when_parsing_a_modify_type_and_the_keys_following_the_directive_do_not_match_the_attribute() public méthode

it_should_throw_an_exception_when_parsing_an_entry_where_the_changetype_is_redefined() public méthode

it_should_throw_an_exception_when_parsing_the_criticality_for_a_ldap_control_and_it_is_not_valid() public méthode

it_should_throw_an_exception_when_parsing_whether_the_old_rdn_should_be_deleted_and_it_is_not_valid() public méthode

it_should_throw_an_exception_when_the_OID_in_the_ldap_control_is_not_in_the_correct_format() public méthode

it_should_throw_an_exception_when_the_directive_for_the_changetype_is_not_valid() public méthode

it_should_throw_an_exception_when_the_key_value_format_is_invalid() public méthode

it_should_throw_an_exception_when_the_ldif_version_is_not_recognized() public méthode

it_should_throw_an_exception_when_the_url_loader_type_specified_is_not_recognized() public méthode