testing-framework icon indicating copy to clipboard operation
testing-framework copied to clipboard

[TASK] Do not convert deprecations to exceptions

Open derhansen opened this issue 7 years ago • 0 comments

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

derhansen avatar Oct 27 '18 10:10 derhansen