Skip to content

Commit

Permalink
fix: test deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
j-schumann committed Feb 1, 2024
1 parent 91d5092 commit 3f25b9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"require-dev": {
"api-platform/core": "^3.1.23",
"doctrine/doctrine-bundle": "^2.2.0",
"doctrine/doctrine-bundle": "2.8.0",
"doctrine/data-fixtures": "^1.5.2",
"doctrine/doctrine-fixtures-bundle": "^3.4.4",
"doctrine/orm": "^2.14.0",
Expand Down
8 changes: 8 additions & 0 deletions tests/Fixtures/app/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ parameters:
#env(DATABASE_URL): mysql://db_test:db_test@mysql/db_test

framework:
handle_all_throwables: true
php_errors:
log: false

messenger:
transports:
async:
Expand All @@ -12,6 +16,10 @@ framework:
auto_setup: true
session:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
validation:
email_validation_mode: html5

workflows:
demo:
Expand Down

0 comments on commit 3f25b9e

Please sign in to comment.