MacsiDigital / laravel-zoom

Laravel Zoom Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to mock HTTP requests?

SuperDJ opened this issue · comments

As the title states, is it possible to mock the HTTP responses for testing?

It would be nice if we could use Laravel's build in HTTP client. It would make mocking responses and testing a breeze.