Add goal for real networking to the readme

This commit is contained in:
Pavel 2021-09-16 15:36:17 +03:00 committed by GitHub
parent 2a124cfdd8
commit 285d06a01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,4 +124,5 @@ In order to use unsupported serializer you should create a decorator which imple
- [x] Compare XML bodies using `DOMDocument`, fallback to text comparison in case of problems. - [x] Compare XML bodies using `DOMDocument`, fallback to text comparison in case of problems.
- [ ] Regexp matchers for body, query and path. - [ ] Regexp matchers for body, query and path.
- [ ] `symfony/http-client` support. - [ ] `symfony/http-client` support.
- [ ] Real network response for mocked & unmatched requests.
- [ ] Document everything (with examples if its feasible). - [ ] Document everything (with examples if its feasible).