8000 fix merge · symfony/symfony@6e0818d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e0818d

Browse files
fix merge
1 parent f658ed6 commit 6e0818d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@ public function testGuardHandlerIsPassedStatelessFirewalls()
136136
'some_firewall' => array(
137137
'pattern' => '^/admin',
138138
'http_basic' => null,
139-
'logout_on_user_change' => true,
140139
),
141140
'stateless_firewall' => array(
142141
'pattern' => '/.*',
143142
'stateless' => true,
144143
'http_basic' => null,
145-
'logout_on_user_change' => true,
146144
),
147145
),
148146
));

0 commit comments

Comments
 (0)
0