We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ebdec commit 498b9baCopy full SHA for 498b9ba
README.MD
@@ -259,6 +259,10 @@ protected function getHttpClient(): HttpClient
259
}
260
```
261
262
+N.B. This example uses our [swisnl/php-http-fixture-client](https://github.com/swisnl/php-http-fixture-client) when in testing environment.
263
+This package allows you to easily mock requests with static fixtures.
264
+Definitely worth a try!
265
+
266
If you register your own service provider and use package auto discover, don't forget to exclude this package in your `package.json`:
267
268
``` json
0 commit comments