From 305668a345d1a491a62ea405bca23e4ce646f264 Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Mon, 7 Jun 2021 19:04:16 +0200 Subject: [PATCH] Explictly enable property access in the tests (related to https://github.com/symfony/symfony/pull/40140, it is a dev dependency) --- Tests/Functional/TestKernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Functional/TestKernel.php b/Tests/Functional/TestKernel.php index afa4ccf..b56220d 100644 --- a/Tests/Functional/TestKernel.php +++ b/Tests/Functional/TestKernel.php @@ -125,6 +125,7 @@ class TestKernel extends Kernel 'validation' => null, 'form' => null, 'serializer' => ['enable_annotations' => true], + 'property_access' => true, ]; // templating is deprecated