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

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

    function it_should_set_the_scope_for_the_query_operation()
    {
        $scope = QueryOperation::SCOPE['BASE'];
        $this->setScope($scope);
        $this->getScope()->shouldBeEqualTo($scope);
    }