From 4f3dcb411d899853523cc0914af0a4f05c2bf681 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 12 Apr 2024 13:13:37 +0200 Subject: [PATCH] test: fix deprecation for doctrine-bundle 2.12 (#337) Co-authored-by: Christopher Georg --- tests/Fixtures/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Fixtures/config.yml b/tests/Fixtures/config.yml index 25bc46c..a802ce9 100644 --- a/tests/Fixtures/config.yml +++ b/tests/Fixtures/config.yml @@ -48,6 +48,9 @@ doctrine: AppBundle: type: attribute + controller_resolver: + auto_mapping: true + twig: debug: '%kernel.debug%' strict_variables: '%kernel.debug%'