File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ public function testRegisterAccessControlWithSpecifiedAttributes()
321
321
{
322
322
$ container = $ this ->getRawContainer ();
323
323
$ container ->loadFromExtension ('security ' , [
324
- 'enable_authenticator_manager ' => true ,
325
324
'providers ' => [
326
325
'default ' => ['id ' => 'foo ' ],
327
326
],
@@ -357,7 +356,6 @@ public function testRegisterAccessControlWithSpecifiedRoute()
357
356
{
358
357
$ container = $ this ->getRawContainer ();
359
358
$ container ->loadFromExtension ('security ' , [
360
- 'enable_authenticator_manager ' => true ,
361
359
'providers ' => [
362
360
'default ' => ['id ' => 'foo ' ],
363
361
],
@@ -393,7 +391,6 @@ public function testRegisterAccessControlWithSpecifiedAttributesThrowsException(
393
391
{
394
392
$ container = $ this ->getRawContainer ();
395
393
$ container ->loadFromExtension ('security ' , [
396
- 'enable_authenticator_manager ' => true ,
397
394
'providers ' => [
398
395
'default ' => ['id ' => 'foo ' ],
399
396
],
You can’t perform that action at this time.
0 commit comments