psr7-integration-tests icon indicating copy to clipboard operation
psr7-integration-tests copied to clipboard

Make this integration test work with PHPUnit 10

Open nyamsprod opened this issue 3 years ago • 1 comments

Description

Make this integration test work with PHPUnit 10.

Additional context

Some changes may lead to have a new major version for this to work see https://getrector.com/blog/how-to-upgrade-to-phpunit-10-in-diffs

nyamsprod avatar Feb 26 '23 16:02 nyamsprod

agree we should do this. if we can keep it compatible, with phpunit 9, its nice. but if it is too complicated, we can release a new minor version for that. no need for a major work, as long as usage of the integration tests does not need to change - composer dependencies will make sure a new version for phpunit 10 can not get installed with phpunit 9.

do you want to work on this? i'd be happy to review a pull request for it.

dbu avatar Feb 26 '23 22:02 dbu