Edvin Malinovskis on Nostr: npub1jpp36…yu59l looks like the new event system has DeprecationTriggered and ...
npub1jpp36eeycvlkkdy4d4l4lgswvf8jtdare5vly0w0sk7rc39pzgrqlyu59l (npub1jpp…u59l) looks like the new event system has DeprecationTriggered and PhpDeprecationTriggered event types. You *might* be able to intercept those and selectively drop them in a custom subscriber 🤔
Other than that you might be stuck with either downgrade, refactoring, or running a custom fork of phpunit that patches out this particular deprecation trigger: https://github.com/sebastianbergmann/phpunit/commit/9caafe2d49b33a21f87db248a8ad6ca7c7bdac09#diff-4324f028321a63b4dcc546c5f30091ab0e8296ee637e2867518a7a8d78ee8857R108-R119
Other than that you might be stuck with either downgrade, refactoring, or running a custom fork of phpunit that patches out this particular deprecation trigger: https://github.com/sebastianbergmann/phpunit/commit/9caafe2d49b33a21f87db248a8ad6ca7c7bdac09#diff-4324f028321a63b4dcc546c5f30091ab0e8296ee637e2867518a7a8d78ee8857R108-R119