MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
261 stars 135 forks source link

Is it possible to mock HTTP requests? #105

Open SuperDJ opened 3 years ago

SuperDJ commented 3 years ago

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.