spec\LdapTools\Operation\QueryOperationSpec::it_should_throw_a_query_exception_when_an_invalid_scope_is_used PHP Метод

it_should_throw_a_query_exception_when_an_invalid_scope_is_used() публичный Метод

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