mirror of
https://github.com/Neur0toxine/pock.git
synced 2024-12-01 09:26:02 +03:00
sort README checks
This commit is contained in:
parent
e7a17599ad
commit
321650388e
@ -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 it’s feasible).
|
- [ ] Document everything (with examples if it’s feasible).
|
||||||
|
Loading…
Reference in New Issue
Block a user