Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Replace calls to deprecated PHPUnit assertion assertRegExp with assertMatchesRegularExpression #87

Conversation

settermjd
Copy link

@settermjd settermjd commented Mar 16, 2021

assertRegExp is deprecated in PHPUnit 10 and will be replaced by assertMatchesRegularExpression. This PR replaces the six calls to the former assertion with the latter.

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

Depends On

This PR depends on #90.

assertRegExp is deprecated in PHPUnit 10 and will be replaced by
assertMatchesRegularExpression. This change replaces the six calls to
the former assertion with the latter.
@robinske
Copy link
Collaborator

This library is no longer actively maintained. The Authy API has been replaced with the Twilio Verify API. Twilio will support the Authy API through November 1, 2022 for SMS/Voice. After this date, we’ll start to deprecate the service for SMS/Voice. Any requests sent to the API after May 1, 2023, will automatically receive an error. Push and TOTP will continue to be supported through July 2023.

Learn more about migrating from Authy to Verify.

Please visit the Twilio Docs for:

Please direct any questions to Twilio Support. Thank you!

@robinske robinske closed this May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants