X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/048ea02f8dee4882447b444fce371999e8492735..35c3ff7bb02411fed8c6855cd526d46ece5b633a:/config/packages/twig.yaml diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 6403e6a..3f795d9 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -1,5 +1,6 @@ twig: - default_path: '%kernel.project_dir%/templates' - debug: '%kernel.debug%' - strict_variables: '%kernel.debug%' - exception_controller: null + file_name_pattern: '*.twig' + +when@test: + twig: + strict_variables: true