Spike: Decide how to handle deprecated expectWarning
/expectError
/expectDeprecation
in unit tests
#40
Labels
expectWarning
/expectError
/expectDeprecation
in unit tests
#40
PHPUnit 9 deprecated expecting PHP errors in unit tests. These expect methods are removed in PHPUnit 10. There is no migration path.
See also discussion in silverstripe/silverstripe-framework#10749 (comment)
We need to decide how we will handle this scenario in a consistent and systematic way.
The text was updated successfully, but these errors were encountered: