This project demonstrates Symfony Serializer bug: symfony/symfony#44273
composer update
vendor/bin/phpunit
Notice Serializer tries to access special $initializer<unique-id>
property.
composer update --with=symfony/serializer:5.3.10
vendor/bin/phpunit