Skip to content

Commit b941c50

Browse files
committed
Silence deprecation from 5.1
1 parent b14afb4 commit b941c50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/App/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
framework:
55
secret: secret
66
test: ~
7-
router: { resource: "%kernel.project_dir%/tests/App/routing.yml" }
7+
router:
8+
utf8: true
9+
resource: "%kernel.project_dir%/tests/App/routing.yml"
810
form: false
911
validation: false
1012
csrf_protection: true

0 commit comments

Comments
 (0)