Skip to content

Commit

Permalink
test: Fix Symfony 6.4 deprecration (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent 8a47dfb commit add1742
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fixtures/Functional/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ framework:
secret: test
test: ~
http_method_override: false
handle_all_throwables: true
php_errors:
log: false

services:
data_fixtures.faker.provider.foo:
Expand Down
3 changes: 3 additions & 0 deletions fixtures/Functional/config/config_without_doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ framework:
secret: test
test: ~
http_method_override: false
handle_all_throwables: true
php_errors:
log: false

services:
_defaults:
Expand Down
1 change: 1 addition & 0 deletions fixtures/Functional/config/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ doctrine:
url: 'mysql://root:[email protected]:3307/hautelook_alice_bundle?serverVersion=8.0'
orm:
auto_mapping: true
enable_lazy_ghost_objects: true
3 changes: 3 additions & 0 deletions fixtures/Functional/config/test/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ framework:
secret: test
test: ~
http_method_override: false
handle_all_throwables: true
php_errors:
log: false

services:
_defaults:
Expand Down

0 comments on commit add1742

Please sign in to comment.