overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
783 stars 221 forks source link

Fixed php enum invalid serialization test #1066

Closed yaroslavche closed 1 year ago

yaroslavche commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Documented? no
Fixed tickets #...
License MIT

I've noticed, that master branch failed tests with PHP 8.1. PhpEnumType interpolates enumClass, but test case expects message without enum FQCN.