We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there!
How to disable twilio sending sms during phpunit testing?
The text was updated successfully, but these errors were encountered:
Modify your routeNotificationsFor method to return null if you're in the testing env.
routeNotificationsFor
Sorry, something went wrong.
@atymic that does not work because the TwilioChannel::getTo() checks the user if it has phone_number and returns it causing it to still send the sms.
TwilioChannel::getTo()
@atymic I sent a PR. Hope it helps. Thanks!
No branches or pull requests
Hi there!
How to disable twilio sending sms during phpunit testing?
The text was updated successfully, but these errors were encountered: