From f09304f129b78544e60383ab2c4aca057b648ad9 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 23 Sep 2021 16:11:27 +0300 Subject: [PATCH] add two more matchers to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24645e7..176dad5 100644 --- a/README.md +++ b/README.md @@ -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] Compare XML bodies using `DOMDocument`, fallback to text comparison in case of problems. - [ ] Regexp matchers for body, query and path. +- [ ] Form Data body matcher +- [ ] Multipart form body matcher - [ ] `symfony/http-client` support. - [ ] Real network response for mocked & unmatched requests. - [ ] Document everything (with examples if it’s feasible).