TYPO3 / class-alias-loader

Composer Plugin to provide aliases to PHP classes that have been renamed
MIT License
43 stars 12 forks source link

[TASK] Have a phpunit.xml.dist that fails with E_ALL #26

Closed lolli42 closed 2 years ago

lolli42 commented 2 years ago

Introduce phpunit.xml.dist and let tests fail on E_ALL, not only E_ALL & ~E_DEPRECATED & ~E_STRICT. This helps to introduce younger PHP versions deprecation free.

helhum commented 2 years ago

Thanks!