From b1cd2b1ca190ca6d86499ead3309a90bf5e1c9d9 Mon Sep 17 00:00:00 2001 From: tracer Date: Mon, 11 Apr 2022 17:53:39 +0200 Subject: [PATCH] refactored --- config/packages/twig.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 02674b0..f9f4cc5 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -1,3 +1,6 @@ twig: default_path: '%kernel.project_dir%/templates' - form_themes: ['bootstrap_5_layout.html.twig'] + +when@test: + twig: + strict_variables: true