ho-nl / magento2-ReachDigital_TestFramework

Faster drop-in replacement for Magento's integration test.
MIT License
76 stars 13 forks source link

Make compatible with PHPUnit 9.5.x #29

Closed Vinai closed 2 years ago

Vinai commented 2 years ago

Magento 2.4.4 uses PHPUnit 9.5.x.
Earlier versions of PHPUnit can not be used because of the dependency on PHP 8.1.

This change is backward compatible (checked until PHPUnit 6.0), so no special case is needed to distinguish between older and newer PHPUnit versions.