From 50c22b3d58e3d96ecb5015b01462af84e66acbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Sat, 6 Apr 2019 23:28:55 +0200 Subject: [PATCH] Fixed tests --- .../Tests/DependencyInjection/ConfigurationTest.php | 1 + 1 file changed, 1 insertion(+) 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',