Skip to content

Commit

Permalink
minor #47931 [SecurityBundle] remove deprecated enable_authenticator_…
Browse files Browse the repository at this point in the history
…manager option from tests (xabbuh)

This PR was merged into the 6.2 branch.

Discussion
----------

[SecurityBundle] remove deprecated enable_authenticator_manager option from tests

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

b78b45c remove deprecated enable_authenticator_manager option from tests
  • Loading branch information
xabbuh committed Oct 20, 2022
2 parents c8f2353 + b78b45c commit 8435fb9
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -321,7 +321,6 @@ public function testRegisterAccessControlWithSpecifiedAttributes()
{
$container = $this->getRawContainer();
$container->loadFromExtension('security', [
'enable_authenticator_manager' => true,
'providers' => [
'default' => ['id' => 'foo'],
],
Expand Down Expand Up @@ -357,7 +356,6 @@ public function testRegisterAccessControlWithSpecifiedRoute()
{
$container = $this->getRawContainer();
$container->loadFromExtension('security', [
'enable_authenticator_manager' => true,
'providers' => [
'default' => ['id' => 'foo'],
],
Expand Down Expand Up @@ -393,7 +391,6 @@ public function testRegisterAccessControlWithSpecifiedAttributesThrowsException(
{
$container = $this->getRawContainer();
$container->loadFromExtension('security', [
'enable_authenticator_manager' => true,
'providers' => [
'default' => ['id' => 'foo'],
],
Expand Down

0 comments on commit 8435fb9

Please sign in to comment.