From 65e7a130c51421ec3e2e7a268fc59f842ec3253a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 14 Dec 2015 21:55:19 +0100 Subject: [PATCH] adapt config for test to symfony 2.8 replace intention by 'csrf_token_id' in security part --- Test/Fixtures/App/app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Fixtures/App/app/config/config.yml b/Test/Fixtures/App/app/config/config.yml index d799db6f8..be6e8f94e 100644 --- a/Test/Fixtures/App/app/config/config.yml +++ b/Test/Fixtures/App/app/config/config.yml @@ -64,7 +64,7 @@ security: anonymous: ~ form_login: csrf_parameter: _csrf_token - intention: authenticate + csrf_token_id: authenticate csrf_provider: form.csrf_provider logout: ~ http_basic: