From 22192b16d86bdbdb6025d2f307a8709c8a92012f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 26 Nov 2017 16:08:23 +0100 Subject: [PATCH] fix tests --- .../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 bc3b41a834..127374e17b 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php @@ -179,7 +179,6 @@ class SecurityExtensionTest extends TestCase 'ambiguous' => array( 'http_basic' => true, 'form_login' => array('provider' => 'second'), - 'logout_on_user_change' => true, ), ), ));