laravel-twilio
laravel-twilio copied to clipboard
Added FakeFacade
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