|
|
|
|
|
by optionalsquid
193 days ago
|
|
You can turn warnings into errors with the `-Werror` option. I personally use that in CI runs, along with the `-X dev` option to enable additional runtime checks. Though that wont solve the author's problem, since most Python devs don't use either of those options |
|
https://docs.phpunit.de/en/12.5/configuration.html#the-failo...