From 285d06a01d96249d861e3b2ac23f74f57725c904 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 16 Sep 2021 15:36:17 +0300 Subject: [PATCH] Add goal for real networking to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ea9879..24645e7 100644 --- a/README.md +++ b/README.md @@ -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. - [ ] Regexp matchers for body, query and path. - [ ] `symfony/http-client` support. +- [ ] Real network response for mocked & unmatched requests. - [ ] Document everything (with examples if it’s feasible).