X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/048ea02f8dee4882447b444fce371999e8492735..8dc1cf5ac6b36abf830095a33c04a26e28bc2390:/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