Skip to content

Commit 036ed33

Browse files
committed
Fix failing test
1 parent a89435d commit 036ed33

File tree

1 file changed

+9
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/SessionExpiration

1 file changed

+9
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/SessionExpiration/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,19 @@ security:
2323
form_login:
2424
check_path: /login_check
2525
default_target_path: /profile
26+
logout: ~
2627
anonymous: ~
2728
session_expiration:
2829
max_idle_time: 1
2930
expiration_url: /expired
3031

32+
# This firewall is here just to check its the logout functionality
33+
second_area:
34+
http_basic: ~
35+
anonymous: ~
36+
logout:
37+
target: /second/target
38+
path: /second/logout
39+
3140
access_control:
3241
- { path: .*, roles: IS_AUTHENTICATED_FULLY }

0 commit comments

Comments
 (0)