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

[ticket/11997] Fix redirect tests for mod rewrite

Controller routes that are supposed to link to parent directories can't be
tested as the links are incorrectly created depending on enabled mod rewrite
or not.

PHPBB3-11997
This commit is contained in:
Marc Alexander
2013-12-28 16:50:15 +01:00
parent 4c1569dd8a
commit 3e815616c5
2 changed files with 27 additions and 15 deletions

View File

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