spec\LdapTools\Operation\QueryOperationSpec::it_should_throw_a_query_exception_when_an_invalid_scope_is_used PHP Méthode

it_should_throw_a_query_exception_when_an_invalid_scope_is_used() public méthode

    function it_should_throw_a_query_exception_when_an_invalid_scope_is_used()
    {
        $this->shouldThrow('\\LdapTools\\Exception\\LdapQueryException')->duringSetScope('foo');
    }