sort README checks

This commit is contained in:
Pavel 2021-05-21 20:39:37 +03:00
parent e7a17599ad
commit 321650388e

View File

@ -115,13 +115,13 @@ In order to use unsupported serializer you should create a decorator which imple
# Roadmap to stable # Roadmap to stable
- [x] `at(N)` - execute mock only at Nth call. - [x] `at(N)` - execute mock only at Nth call.
- [x] `always()` - always execute this mock (removes mock expiration). - [x] `always()` - always execute this mock (removes mock expiration).
- [ ] Regexp matchers for body, query and path.
- [x] Separate `UniversalMockException` into several exceptions (`PockClientException`, `PockNetworkException`, etc). - [x] Separate `UniversalMockException` into several exceptions (`PockClientException`, `PockNetworkException`, etc).
- [x] Add methods for easier throwing of exceptions listed in previous entry. - [x] Add methods for easier throwing of exceptions listed in previous entry.
- [x] `replyWithCallback` - reply using specified callback. - [x] `replyWithCallback` - reply using specified callback.
- [x] `replyWithFactory` - reply using specified response factory (provide corresponding interface). - [x] `replyWithFactory` - reply using specified response factory (provide corresponding interface).
- [ ] `symfony/http-client` support.
- [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.
- [ ] `symfony/http-client` support.
- [ ] Document everything (with examples if its feasible). - [ ] Document everything (with examples if its feasible).