Comment on Deprecations via warnings don't work for Python librariesparentComments−Y-bar9moIn PHP I don’t think there is a native way to convert E_DEPRECATED into E_ERROR, but the most common testing framework has a quick way of doing the same.https://docs.phpunit.de/en/12.5/configuration.html#the-failo...
Comments
In PHP I don’t think there is a native way to convert E_DEPRECATED into E_ERROR, but the most common testing framework has a quick way of doing the same.
https://docs.phpunit.de/en/12.5/configuration.html#the-failo...