mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
[ticket/12090] Comment out broken test
PHPBB3-12090
This commit is contained in:
parent
b29c4c6358
commit
0119a21862
@ -70,10 +70,13 @@ class controller
|
||||
$this->helper->route('foo_tests_index_controller'),
|
||||
$rewrite_prefix . 'tests/index',
|
||||
),
|
||||
/**
|
||||
* Symfony does not allow /../ in routes
|
||||
array(
|
||||
$this->helper->route('foo_tests_dotdot_index_controller'),
|
||||
$rewrite_prefix . 'index',
|
||||
),
|
||||
*/
|
||||
);
|
||||
|
||||
foreach ($redirects as $redirect)
|
||||
|
Loading…
x
Reference in New Issue
Block a user