diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php index a9d7d0a63b..c2455606b9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php @@ -234,6 +234,7 @@ class ConfigurationTest extends TestCase 'paths' => [], ], 'auto_mapping' => [], + 'disable_not_compromised_password' => false, ], 'annotations' => [ 'cache' => 'php_array',