fix YAML syntax in functional tests config

This commit is contained in:
Christian Flothmann 2016-02-15 18:58:30 +01:00
parent d4ac467462
commit d9af4bc606
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ framework:
only_exceptions: true only_exceptions: true
enabled: false enabled: false
router: router:
resource: %kernel.root_dir%/config/routing.xml resource: '%kernel.root_dir%/config/routing.xml'
type: xml type: xml
session: session:
storage_id: session.storage.native storage_id: session.storage.native
@ -54,5 +54,5 @@ framework:
annotations: annotations:
cache: file cache: file
debug: true debug: true
file_cache_dir: %kernel.cache_dir%/annotations file_cache_dir: '%kernel.cache_dir%/annotations'
ide: file%%link%%format ide: file%%link%%format

View File

@ -3,5 +3,5 @@ framework:
# Twig Configuration # Twig Configuration
twig: twig:
debug: %kernel.debug% debug: '%kernel.debug%'
strict_variables: %kernel.debug% strict_variables: '%kernel.debug%'