1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/12261] Add a functional test for redirect after using login_box()

PHPBB3-12261
This commit is contained in:
Joas Schilling
2014-03-10 10:48:19 +01:00
parent b876c07377
commit e8fdc1545a
5 changed files with 38 additions and 5 deletions

View File

@@ -14,6 +14,10 @@ foo_exception_controller:
pattern: /foo/exception
defaults: { _controller: foo_bar.controller:exception }
foo_login_redirect_controller:
pattern: /foo/login_redirect
defaults: { _controller: foo_bar.controller:login_redirect }
foo_redirect_controller:
pattern: /foo/redirect
defaults: { _controller: foo_bar.controller:redirect }

View File

@@ -6,6 +6,7 @@ services:
- @path_helper
- @template
- @config
- @user
- %core.root_path%
- %core.php_ext%