core icon indicating copy to clipboard operation
core copied to clipboard

Upstream serializer changes breaking tests

Open GwendolenLynch opened this issue 1 year ago • 1 comments

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)

GwendolenLynch avatar Apr 18 '24 16:04 GwendolenLynch

I thought I fixed that https://github.com/api-platform/core/commit/3643152d6eb1d36dabb266eeaaf9e530d5fec254

soyuka avatar Apr 21 '24 05:04 soyuka

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.

stale[bot] avatar Jun 20 '24 06:06 stale[bot]