Skip to content

Commit 33b8fe8

Browse files
committed
fix YAML syntax in functional tests config
1 parent 7abc927 commit 33b8fe8

File tree

1 file changed

+2
-2
lines changed
  • Tests/DependencyInjection/Fixtures/yml

1 file changed

+2
-2
lines changed

Tests/DependencyInjection/Fixtures/yml/full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ framework:
1313
only_exceptions: true
1414
enabled: false
1515
router:
16-
resource: %kernel.root_dir%/config/routing.xml
16+
resource: '%kernel.root_dir%/config/routing.xml'
1717
type: xml
1818
session:
1919
storage_id: session.storage.native
@@ -54,5 +54,5 @@ framework:
5454
annotations:
5555
cache: file
5656
debug: true
57-
file_cache_dir: %kernel.cache_dir%/annotations
57+
file_cache_dir: '%kernel.cache_dir%/annotations'
5858
ide: file%%link%%format

0 commit comments

Comments
 (0)