Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream serializer changes breaking tests #6324

Open
GwendolenLynch opened this issue Apr 18, 2024 · 1 comment
Open

Upstream serializer changes breaking tests #6324

GwendolenLynch opened this issue Apr 18, 2024 · 1 comment

Comments

@GwendolenLynch
Copy link
Contributor

API Platform version(s) affected: 3.3.0-beta

Description
The following Symfony PR breaks serialization in some Behat tests symfony/symfony#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)
@soyuka
Copy link
Member

soyuka commented Apr 21, 2024

I thought I fixed that 3643152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants