PHP Class spec\LdapTools\BatchModify\BatchSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_be_able_to_check_what_mod_type_it_is ( )
it_should_convert_a_remove_all_batch_to_its_correct_array_form ( )
it_should_convert_to_an_array_form ( )
it_should_error_when_trying_to_use_an_invalid_batch_mod_type ( )
it_should_have_the_attribute_set_correctly ( )
it_should_have_the_correct_mod_type_set ( )
it_should_have_the_values_set_correctly ( )
it_should_let_a_value_be_determined_by_a_closure ( )
it_should_set_the_mod_type_correctly ( )
it_should_set_the_value_correctly ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_be_able_to_check_what_mod_type_it_is() public method

it_should_convert_a_remove_all_batch_to_its_correct_array_form() public method

it_should_convert_to_an_array_form() public method

it_should_error_when_trying_to_use_an_invalid_batch_mod_type() public method

it_should_have_the_attribute_set_correctly() public method

it_should_have_the_correct_mod_type_set() public method

it_should_have_the_values_set_correctly() public method

it_should_let_a_value_be_determined_by_a_closure() public method

it_should_set_the_mod_type_correctly() public method

it_should_set_the_value_correctly() public method

let() public method

public let ( )