PHP Class spec\LdapTools\Ldif\LdifSpec

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

Public Methods

Method Description
it_is_initializable ( )
it_should_add_a_comment ( )
it_should_add_an_entry ( )
it_should_fold_long_lines_when_specified ( )
it_should_get_a_ldif_entry_builder ( )
it_should_get_the_ldif_string ( )
it_should_get_the_operations_for_the_ldif_entries ( )
it_should_have_a_line_folding_set_to_false_by_default_with_a_length_of_76 ( )
it_should_set_the_ldif_version ( )
it_should_set_the_line_endings_for_the_ldif_string ( )
it_should_throw_an_exception_on_an_invalid_line_ending_type ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_add_a_comment() public method

it_should_add_an_entry() public method

it_should_fold_long_lines_when_specified() public method

it_should_get_a_ldif_entry_builder() public method

it_should_get_the_ldif_string() public method

it_should_get_the_operations_for_the_ldif_entries() public method

it_should_have_a_line_folding_set_to_false_by_default_with_a_length_of_76() public method

it_should_set_the_ldif_version() public method

it_should_set_the_line_endings_for_the_ldif_string() public method

it_should_throw_an_exception_on_an_invalid_line_ending_type() public method