Skip to content

Commit

Permalink
Do not use options non supported by Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed Dec 13, 2017
1 parent 8c6ac10 commit aa60c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions testapp/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ framework:
form: true
validation: { enable_annotations: true }
default_locale: en
trusted_proxies: ~
session: ~

parameters:
custom_app: 'behat-test-app'
collection_param:
- 'Param 1'
- 'Param 2'
- 'Param 2'
1 change: 0 additions & 1 deletion testapp/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ default:
session: '@session'
services:
- '@session'
- '@session.storage.filesystem'
params:
- "%%kernel.root_dir%%"
- "%%kernel.environment%%"
Expand Down

0 comments on commit aa60c18

Please sign in to comment.