laravel-twilio icon indicating copy to clipboard operation
laravel-twilio copied to clipboard

Added FakeFacade

Open roblesterjr04 opened this issue 1 year ago • 1 comments

This PR includes a fake facade so devs can write tests in their system and confirm that the messages are being triggered. It works by calling Twilio::fake() at the head of the test. They can then use Twilio::assertMessageSent and Twilio::assertCallSent

roblesterjr04 avatar Jul 20 '23 15:07 roblesterjr04