doctrine / deprecations

Thin library around different deprecation strategies
https://doctrine-project.org
MIT License
1.65k stars 20 forks source link

Integrate with PHPUnit #14

Open beberlei opened 3 years ago

beberlei commented 3 years ago

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.

Jean85 commented 1 year ago

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.