You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status: I have a working implementation ready, but that implementation is currently limited to PHP >= 7.0 .
I've opened an issue upstream to discuss this further as this limitation is due to how the assertion is implemented in PHPUnit itself.
Ref: sebastianbergmann/phpunit#4707
PHPUnit 9.4.0 introduces a new assertion
Assert::assertObjectEquals()
.Polyfilling this would require copying most of the new code from PHPUnit, which I'm hesistant to do.
Refs:
The text was updated successfully, but these errors were encountered: