Skip to content

Commit 498b9ba

Browse files
committed
Added more info about swisnl/php-http-fixture-client to the readme
1 parent d4ebdec commit 498b9ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ protected function getHttpClient(): HttpClient
259259
}
260260
```
261261

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+
262266
If you register your own service provider and use package auto discover, don't forget to exclude this package in your `package.json`:
263267

264268
``` json

0 commit comments

Comments
 (0)