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
PHPUnit 10 removed the expect*() methods, including expectDeprecation(), expectDeprecationMessage(), and expectDeprecationMessageMatches().
expect*()
expectDeprecation()
expectDeprecationMessage()
expectDeprecationMessageMatches()
As PHPUnit Polyfills is forward compatible, these removed expectations will not be polyfilled in 2.x.
As it is possible to polyfill these removed expectations, @jrfnl and I discussed documenting a custom approach in the 2.x README's FAQ.
The custom approach:
PHPUnit\Event\Test\
The text was updated successfully, but these errors were encountered:
Closing as duplicate (or close enough) of #186.
Sorry, something went wrong.
hellofromtonya
No branches or pull requests
PHPUnit 10 removed the
expect*()
methods, includingexpectDeprecation()
,expectDeprecationMessage()
, andexpectDeprecationMessageMatches()
.As PHPUnit Polyfills is forward compatible, these removed expectations will not be polyfilled in 2.x.
As it is possible to polyfill these removed expectations, @jrfnl and I discussed documenting a custom approach in the 2.x README's FAQ.
The custom approach:
PHPUnit\Event\Test\
events.The text was updated successfully, but these errors were encountered: