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

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

    function it_should_set_the_attributes_to_return_for_the_query_operation()
    {
        $attributes = ['foo'];
        $this->setAttributes($attributes);
        $this->getAttributes()->shouldBeEqualTo($attributes);
    }