PHP Class spec\LdapTools\Query\Operator\bOrSpec

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

Public Methods

Method Description
it_is_initializable ( )
it_should_have_a_pipe_symbol ( )
it_should_implement_ContainsOperatorsInferface ( )
it_should_return_correct_child_count_after_adding_operators_to_it ( )
it_should_return_one_child_when_calling_getChildren ( )
it_should_return_the_correct_ldap_filter_when_nesting_operators ( )
it_should_return_the_correct_ldap_filter_with_one_operator ( )
it_should_return_the_correct_ldap_filter_with_two_operators ( )
it_should_throw_LdapQueryException_when_trying_to_set_the_operator_to_an_invalid_type ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_have_a_pipe_symbol() public method

it_should_implement_ContainsOperatorsInferface() public method

it_should_return_correct_child_count_after_adding_operators_to_it() public method

it_should_return_one_child_when_calling_getChildren() public method

it_should_return_the_correct_ldap_filter_when_nesting_operators() public method

it_should_return_the_correct_ldap_filter_with_one_operator() public method

it_should_return_the_correct_ldap_filter_with_two_operators() public method

it_should_throw_LdapQueryException_when_trying_to_set_the_operator_to_an_invalid_type() public method

let() public method

public let ( )