You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VerifyDeprecations trait exists to add assertions about deprecations which is a deprecation-producer task. For deprecation consumers we still need to check how to integrate with PHPUnit.
The text was updated successfully, but these errors were encountered:
You can probably do it with PHPUnit 10 and its new event system. BTW that is already wired to an error handler, so triggering those would automatically work out of the box.
The
VerifyDeprecations
trait exists to add assertions about deprecations which is a deprecation-producer task. For deprecation consumers we still need to check how to integrate with PHPUnit.The text was updated successfully, but these errors were encountered: