PHP Class spec\LdapTools\BatchModify\BatchCollectionSpec

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

Public Methods

Method Description
it_is_initializable ( )
it_is_initializable_with_a_dn ( )
it_should_add_a_batch_to_the_collection ( )
it_should_clone_the_batch_objects_when_cloning_the_collection ( )
it_should_error_removing_or_getting_an_index_that_does_not_exist ( )
it_should_get_a_batch_by_its_index_value ( )
it_should_have_a_null_dn_by_default ( )
it_should_properly_check_if_it_has_a_batch_by_index ( )
it_should_properly_set_the_dn ( )
it_should_provide_an_array_of_batch_arrays_when_calling_get_batch_array ( )
it_should_provide_an_array_of_batches_when_calling_to_array ( )
it_should_remove_a_batch_by_its_index_value ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_is_initializable_with_a_dn() public method

it_should_add_a_batch_to_the_collection() public method

it_should_clone_the_batch_objects_when_cloning_the_collection() public method

it_should_error_removing_or_getting_an_index_that_does_not_exist() public method

it_should_get_a_batch_by_its_index_value() public method

it_should_have_a_null_dn_by_default() public method

it_should_properly_check_if_it_has_a_batch_by_index() public method

it_should_properly_set_the_dn() public method

it_should_provide_an_array_of_batch_arrays_when_calling_get_batch_array() public method

it_should_provide_an_array_of_batches_when_calling_to_array() public method

it_should_remove_a_batch_by_its_index_value() public method