johanwilfer / siephp

Library for export to the Swedish SIE-format. Currently only a subset of the specification is supported, like export to SIE4 (verification/transaction data).
MIT License
6 stars 7 forks source link

Investigate: Simple phpunit wrapper #22

Closed johanwilfer closed 2 weeks ago

johanwilfer commented 1 month ago

This is quite useful: https://symfony.com/doc/current/components/phpunit_bridge.html

Specifically:

<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;quiet[]=indirect"/>

To fail on deprecations, maybe something similar exists in plain phpunit or we can use the wrapper?