Skip to content

Commit 8d37f15

Browse files
committed
Fix framework deprecations in E2E tests
1 parent 0c5a60d commit 8d37f15

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/End2End/App/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ framework:
1313
router: { resource: "%routing_config_dir%/routing.yml" }
1414
secret: secret
1515
test: ~
16+
annotations: false
17+
php_errors:
18+
log: true
1619

1720
services:
1821
test.hub:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
framework:
2+
handle_all_throwables: true

0 commit comments

Comments
 (0)