Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[TASK] Do not convert deprecations to exceptions #103

Open derhansen opened 5 years ago

derhansen commented 5 years ago

Deprecations in TYPO3 v9 will trigger an error with E_USER_DEPRECATED resulting in unit tests using deprecated core functions to fail.

This patch updates the text configuration, so deprecations will not be converted to exceptions