Specify icon indicating copy to clipboard operation
Specify copied to clipboard

Not compatible with PHPUnit 10

Open simonberger opened this issue 2 years ago • 2 comments

This package was forgotten to allow PHPUnit 10 in

simonberger avatar Mar 08 '23 17:03 simonberger

It isn't a matter of updating composer constraint.

PHPUnit 10 implemented new event system and PHPUnit\Framework\TestResult class no longer exists, so completely different integration to PHPUnit 10 is necessary.

Integration to plain PHPUnit 10 and Codeception 5 must be different, because Codeception 5 doesn't use PHPUnit 10 events. See https://github.com/Codeception/Specify/issues/60

Naktibalda avatar Mar 10 '23 18:03 Naktibalda

Thank you for the information. Would make sense from my perspective to close this as a duplicate of the other issue then. Didn't look in the other issues because they were that old.

I have also no (imminent) need of this package with the new codeception or phpunit 10. Just noticed it when upgrading one of our projects this packages was required but no longer used.

simonberger avatar Mar 10 '23 19:03 simonberger