Skip to content

Commit

Permalink
Merge 3.x into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jun 19, 2022
2 parents e21bd99 + 56e0e48 commit ee4543c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/App/config/config_v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ framework:

twig:
exception_controller: null
strict_variables: false
strict_variables: true

parameters:
env(DATABASE_URL): 'sqlite:////%kernel.cache_dir%/test_database.db'
Expand Down
2 changes: 1 addition & 1 deletion tests/App/config/config_v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ framework:

twig:
exception_controller: null
strict_variables: false
strict_variables: true

parameters:
env(DATABASE_URL): 'sqlite:////%kernel.cache_dir%/test_database.db'
Expand Down

0 comments on commit ee4543c

Please sign in to comment.