Skip to content

Commit

Permalink
Explictly enable property access in the tests (related to symfony/sym…
Browse files Browse the repository at this point in the history
…fony#40140, it is a dev dependency)
  • Loading branch information
GuilhemN committed Jun 7, 2021
1 parent ce6ed1e commit d8a7859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Functional/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
'validation' => null,
'form' => null,
'serializer' => ['enable_annotations' => true],
'property_access' => true,
];

$c->loadFromExtension('framework', $framework);
Expand Down

0 comments on commit d8a7859

Please sign in to comment.