PHP Class spec\LdapTools\Resolver\ParameterResolverSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: ldaptools/ldaptools

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_be_case_insensitive_for_parameter_names ( )
it_should_check_if_a_value_has_parameters ( )
it_should_correctly_parse_passed_parameters ( )
it_should_detect_circular_references_in_parameters ( )
it_should_handle_an_attribute_value_as_an_array ( )
it_should_only_check_strings_for_parameters ( )
it_should_resolve_parameters_in_the_correct_order ( )
it_should_return_an_array_when_calling_resolve ( )
it_should_return_attributes_correctly_when_no_parameters_are_used ( )
it_should_return_attributes_in_the_same_case_they_were_passed ( )
it_should_throw_an_exception_when_trying_to_use_a_multivalued_attribute_as_a_parameter ( )
let ( )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_be_case_insensitive_for_parameter_names() public method

it_should_check_if_a_value_has_parameters() public method

it_should_correctly_parse_passed_parameters() public method

it_should_detect_circular_references_in_parameters() public method

it_should_handle_an_attribute_value_as_an_array() public method

it_should_only_check_strings_for_parameters() public method

it_should_resolve_parameters_in_the_correct_order() public method

it_should_return_an_array_when_calling_resolve() public method

it_should_return_attributes_correctly_when_no_parameters_are_used() public method

it_should_return_attributes_in_the_same_case_they_were_passed() public method

it_should_throw_an_exception_when_trying_to_use_a_multivalued_attribute_as_a_parameter() public method

let() public method

public let ( )