Skip to content

[HttpClient] Add a Record & Replay callback to the MockHttpClient. #35677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing dependency
  • Loading branch information
GaryPEGEOT committed Sep 6, 2020
commit 93c367466eaa75a1b30fcee43bf99ab77655e19a
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Contracts\HttpClient\ResponseInterface;

/**
* Turns a ResponseInterface to a string and vice-versa. Generated string should me modifiable easily.
* Turns a ResponseInterface to a string and vice-versa. Generated string should be modifiable easily.
*
* @author Gary PEGEOT <gary.pegeot@allopneus.com>
*/
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/HttpClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4.13|^5.1.5",
"symfony/process": "^4.4|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/string": "^5.0"
},
"autoload": {
Expand Down