core
core copied to clipboard
Upstream serializer changes breaking tests
API Platform version(s) affected: 3.3.0-beta
Description
The following Symfony PR breaks serialization in some Behat tests https://github.com/symfony/symfony/pull/54531
How to reproduce
composer config minimum-stability dev
composer update
php -d memory_limit=-1 ./vendor/bin/behat --profile=default --format=progress features/graphql/query.feature:366-377
001 Scenario: Query a serialized name # features/graphql/query.feature:366
Then the JSON node "data.dummyCar.carBrand" should be equal to "DummyBrand" # features/graphql/query.feature:376
Failed to evaluate expression 'data.dummyCar.carBrand' (Exception)
I thought I fixed that https://github.com/api-platform/core/commit/3643152d6eb1d36dabb266eeaaf9e530d5fec254
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.