Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9af4bc

Browse files
committed
fix YAML syntax in functional tests config
1 parentd4ac467 commitd9af4bc

File tree

2 files changed

+4
-4
lines changed
  • src/Symfony/Bundle
    • FrameworkBundle/Tests/DependencyInjection/Fixtures/yml
    • SecurityBundle/Tests/Functional/app/config

2 files changed

+4
-4
lines changed

‎src/Symfony/Bundle/FrameworkBundle/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

‎src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/twig.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ framework:
33

44
# Twig Configuration
55
twig:
6-
debug:%kernel.debug%
7-
strict_variables:%kernel.debug%
6+
debug:'%kernel.debug%'
7+
strict_variables:'%kernel.debug%'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp