Merge pull request #1829 from nelmio/PROPACCESS

Explictly enable property access in the tests
This commit is contained in:
Guilhem Niot 2021-06-07 19:09:58 +02:00 committed by GitHub
commit 40dfcf4184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ class TestKernel extends Kernel
'validation' => null,
'form' => null,
'serializer' => ['enable_annotations' => true],
'property_access' => true,
];
$c->loadFromExtension('framework', $framework);