The `Assert::assertEqualXMLStructure()` assertion was deprecated in PHPUnit 9.1.0 and will be removed in PHPUnit 10.0.0 without replacement. Polyfilling this would require copying most of the code which will be removed from PHPUnit, which I'm hesistant to do. Refs: * https://github.com/sebastianbergmann/phpunit/issues/4091 * https://github.com/sebastianbergmann/phpunit/issues/4092