Explictly enable property access in the tests (related to https://github.com/symfony/symfony/pull/40140, it is a dev dependency)

This commit is contained in:
Guilhem Niot 2021-06-07 19:04:16 +02:00
parent 27e6599b1a
commit 305668a345

View File

@ -125,6 +125,7 @@ class TestKernel extends Kernel
'validation' => null, 'validation' => null,
'form' => null, 'form' => null,
'serializer' => ['enable_annotations' => true], 'serializer' => ['enable_annotations' => true],
'property_access' => true,
]; ];
// templating is deprecated // templating is deprecated