You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This client does not actually send requests to any server.
25
+
26
+
Instead it stores the request and returns a pre-set response or throws an exception. This client is useful for unit
27
+
testing code that depends on a HTTPlug client to send requests and receive responses.
25
28
26
29
27
30
## Documentation
28
31
29
-
Please see the [official documentation](http://docs.php-http.org).
32
+
Please see the [mock client](http://docs.php-http.org/en/latest/clients/mock-client.html) section in the [official documentation](http://docs.php-http.org).
30
33
31
34
32
35
## Testing
@@ -48,7 +51,7 @@ If you discover any security related issues, please contact us at [security@php-
48
51
49
52
## Credits
50
53
51
-
Thanks to [David de Boer](https://github.com/ddeboer) for implementing this client.
54
+
Thanks to [David de Boer](https://github.com/ddeboer) for implementing the mock client.
0 commit comments