diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-26 19:00:33 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-28 10:23:07 +0100 |
commit | 205bbab85c4c56c1f72eda003bc752575d9e5df7 (patch) | |
tree | dec7b21f00e6d8b2e7587a242a8ca88fc8cc2d31 /Http/Tests/Firewall | |
parent | 7fb58694400f63e4f01e0bb9750c04d071524619 (diff) | |
download | symfony-security-205bbab85c4c56c1f72eda003bc752575d9e5df7.zip symfony-security-205bbab85c4c56c1f72eda003bc752575d9e5df7.tar.gz symfony-security-205bbab85c4c56c1f72eda003bc752575d9e5df7.tar.bz2 |
[Form] Drop remaing CsrfProviderAdapter/Interface mentions
Diffstat (limited to 'Http/Tests/Firewall')
-rw-r--r-- | Http/Tests/Firewall/LogoutListenerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Tests/Firewall/LogoutListenerTest.php b/Http/Tests/Firewall/LogoutListenerTest.php index 15c996e..367c810 100644 --- a/Http/Tests/Firewall/LogoutListenerTest.php +++ b/Http/Tests/Firewall/LogoutListenerTest.php @@ -213,7 +213,7 @@ class LogoutListenerTest extends \PHPUnit_Framework_TestCase $successHandler ?: $this->getSuccessHandler(), $options = array( 'csrf_parameter' => '_csrf_token', - 'intention' => 'logout', + 'csrf_token_id' => 'logout', 'logout_path' => '/logout', 'target_url' => '/', ), |