From 068b43a11be3ef1a135eb705c782f2f362749c58 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Sun, 4 Feb 2018 15:08:19 +0100 Subject: [PATCH] [SecurityBundle] Fix merge --- .../Tests/DependencyInjection/SecurityExtensionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php index 608f7ecc45..6d58781680 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php @@ -198,7 +198,6 @@ class SecurityExtensionTest extends TestCase 'firewalls' => array( 'default' => array( 'form_login' => array('provider' => 'second'), - 'logout_on_user_change' => true, 'remember_me' => array('secret' => 'baz'), ), ),