Skip to content

Commit f44888a

Browse files
committed
remove deprecated enable_authenticator_manager option from tests
1 parent db566d4 commit f44888a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/DependencyInjection/SecurityExtensionTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ public function testRegisterAccessControlWithSpecifiedAttributes()
321321
{
322322
$container = $this->getRawContainer();
323323
$container->loadFromExtension('security', [
324-
'enable_authenticator_manager' => true,
325324
'providers' => [
326325
'default' => ['id' => 'foo'],
327326
],
@@ -357,7 +356,6 @@ public function testRegisterAccessControlWithSpecifiedRoute()
357356
{
358357
$container = $this->getRawContainer();
359358
$container->loadFromExtension('security', [
360-
'enable_authenticator_manager' => true,
361359
'providers' => [
362360
'default' => ['id' => 'foo'],
363361
],
@@ -393,7 +391,6 @@ public function testRegisterAccessControlWithSpecifiedAttributesThrowsException(
393391
{
394392
$container = $this->getRawContainer();
395393
$container->loadFromExtension('security', [
396-
'enable_authenticator_manager' => true,
397394
'providers' => [
398395
'default' => ['id' => 'foo'],
399396
],

0 commit comments

Comments
 (0)