mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.09k stars 314 forks source link

How to mock Mailgun? #900

Open cheesegrits opened 4 months ago

cheesegrits commented 4 months ago

Not really an issue, but there's no "Discussions", so ...

Has anyone figured out how to mock the Mailgun service in their own Feature / Unit testing?

I've been staring at the tests in this repo, trying to figure out how I can apply the same approach to my own Pest testing of a Laravel app, but I'm kinda lost.