PHP Class spec\LdapTools\Query\Operator\bNotSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_have_an_exclamation_symbol ( )
it_should_implement_ContainsOperatorsInferface ( )
it_should_throw_LdapQueryException_when_trying_to_set_the_operator_to_an_invalid_type ( )
it_should_throw_a_LdapQueryException_when_adding_items_implementing_ContainsOperatorsInterface ( )
it_should_throw_a_RuntimeException_when_adding_more_than_one_operator ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_have_an_exclamation_symbol() public method

it_should_implement_ContainsOperatorsInferface() public method

it_should_throw_LdapQueryException_when_trying_to_set_the_operator_to_an_invalid_type() public method

it_should_throw_a_LdapQueryException_when_adding_items_implementing_ContainsOperatorsInterface() public method

it_should_throw_a_RuntimeException_when_adding_more_than_one_operator() public method

let() public method

public let ( )