From a868b5a9b8400b5262c8b85d58f7097e3b06e215 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 24 Sep 2020 16:11:03 +0200 Subject: [PATCH 1/2] Fixed a PHPUnit deprecation --- form/unit_testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/unit_testing.rst b/form/unit_testing.rst index ee096c167dd..795fd55c9ea 100644 --- a/form/unit_testing.rst +++ b/form/unit_testing.rst @@ -159,7 +159,7 @@ make sure the ``FormRegistry`` uses the created instance:: { private $objectManager; - protected function setUp() + protected function setUp(): void { // mock any dependencies $this->objectManager = $this->createMock(ObjectManager::class); From 295c688499218b75ea40e940e5d55b514509fa7a Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 24 Sep 2020 10:28:44 +0200 Subject: [PATCH 2/2] simple_preauth was removed in symfony 5.0 https://github.com/symfony/symfony/blob/master/UPGRADE-5.0.md#securitybundle --- reference/configuration/security.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 9b5be8b387d..b0763e37b59 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -395,8 +395,6 @@ depend on the authentication mechanism, which can be any of these: # ... remote_user: # ... - simple_preauth: - # ... guard: # ... form_login: @@ -405,8 +403,6 @@ depend on the authentication mechanism, which can be any of these: # ... json_login: # ... - simple_form: - # ... http_basic: # ... http_basic_ldap: