Skip to content

Commit 74839d8

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fix YAML syntax in functional tests config
2 parents 68f2f26 + 33b8fe8 commit 74839d8

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
@@ -14,7 +14,7 @@ framework:
1414
only_exceptions: true
1515
enabled: false
1616
router:
17-
resource: %kernel.root_dir%/config/routing.xml
17+
resource: '%kernel.root_dir%/config/routing.xml'
1818
type: xml
1919
session:
2020
storage_id: session.storage.native
@@ -45,7 +45,7 @@ framework:
4545
annotations:
4646
cache: file
4747
debug: true
48-
file_cache_dir: %kernel.cache_dir%/annotations
48+
file_cache_dir: '%kernel.cache_dir%/annotations'
4949
serializer: { enabled: true }
5050
ide: file%%link%%format
5151
request:

0 commit comments

Comments
 (0)