8000 Merge branch '4.1' · symfony/symfony@3ccbec3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ccbec3

Browse files
Merge branch '4.1'
* 4.1: fix merge
2 parents 719b429 + 6e0818d commit 3ccbec3

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