add two more matchers to the readme

This commit is contained in:
Pavel 2021-09-23 16:11:27 +03:00 committed by GitHub
parent 66e6e3ab2a
commit f09304f129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,8 @@ In order to use unsupported serializer you should create a decorator which imple
- [x] `replyWithFactory` - reply using specified response factory (provide corresponding interface). - [x] `replyWithFactory` - reply using specified response factory (provide corresponding interface).
- [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.
- [ ] Form Data body matcher
- [ ] Multipart form body matcher
- [ ] `symfony/http-client` support. - [ ] `symfony/http-client` support.
- [ ] Real network response for mocked & unmatched requests. - [ ] Real network response for mocked & unmatched requests.
- [ ] Document everything (with examples if its feasible). - [ ] Document everything (with examples if its feasible).