This commit builds on the earlier change, but instead of making the whole AssertObjectEqualsTest class have a PHP 7.1 minimum requirement, it now limits that requirement to just the one affected test.
The affected test now uses a separate test fixture to allow the bulk of the tests to run on PHP 7.0 (which was the previous minimum requirement for these tests).
coverage: 95.833% (+0.2%) from 95.679%
when pulling 5c585709a49ad5b4f1de1f32b0383d4c6e10491d on feature/improve-php-8.4-workaround-implicitly-nullable
into 8c2f83340539c1345794777b96c18abde9474fce on 2.x.
Follow-up on PR #159.
This commit builds on the earlier change, but instead of making the whole
AssertObjectEqualsTest
class have a PHP 7.1 minimum requirement, it now limits that requirement to just the one affected test.The affected test now uses a separate test fixture to allow the bulk of the tests to run on PHP 7.0 (which was the previous minimum requirement for these tests).