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: * https://github.com/sebastianbergmann/phpunit/issues/4467 * https://github.com/sebastianbergmann/phpunit/commit/1dba8c3a4b2dd04a3ff1869f75daaeb6757a14ee * https://github.com/sebastianbergmann/phpunit/commit/53e1c2c2b27ed3561e5a2fd16770a713d2baba3b * https://github.com/sebastianbergmann/phpunit/commit/8f081a90cc0ac7525e5e284d244c2daaa645d124
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: