8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 719b429 + 6e0818d commit 3ccbec3Copy full SHA for 3ccbec3
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php
@@ -136,13 +136,11 @@ public function testGuardHandlerIsPassedStatelessFirewalls()
136
'some_firewall' => array(
137
'pattern' => '^/admin',
138
'http_basic' => null,
139
- 'logout_on_user_change' => true,
140
),
141
'stateless_firewall' => array(
142
'pattern' => '/.*',
143
'stateless' => true,
144
145
146
147
148
));
0 commit comments