Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Add spec for sending request with underlying client #15

Merged
merged 2 commits into from
Oct 24, 2015
Merged

Add spec for sending request with underlying client #15

merged 2 commits into from
Oct 24, 2015

Conversation

joelwurtz
Copy link
Member

Following #14

$this->sendRequest($request)->shouldReturn($response);
}

function it_should_send_requests_with_underlying_client(HttpClient $client, MessageFactory $messageFactory, RequestInterface $request1, RequestInterface $request2, BatchResult $batchResult)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you pleas follow the language conventions above? it_sends_...

Thank you

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

sagikazarmark added a commit that referenced this pull request Oct 24, 2015
Add spec for sending request with underlying client
@sagikazarmark sagikazarmark merged commit f3be834 into php-http:master Oct 24, 2015
@sagikazarmark
Copy link
Member

Thanks @joelwurtz

@joelwurtz joelwurtz deleted the feature/spec-underlying-client branch November 8, 2015 15:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants