mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/12090] Comment out broken test
PHPBB3-12090
This commit is contained in:
parent
b29c4c6358
commit
0119a21862
1 changed files with 3 additions and 0 deletions
|
@ -70,10 +70,13 @@ class controller
|
||||||
$this->helper->route('foo_tests_index_controller'),
|
$this->helper->route('foo_tests_index_controller'),
|
||||||
$rewrite_prefix . 'tests/index',
|
$rewrite_prefix . 'tests/index',
|
||||||
),
|
),
|
||||||
|
/**
|
||||||
|
* Symfony does not allow /../ in routes
|
||||||
array(
|
array(
|
||||||
$this->helper->route('foo_tests_dotdot_index_controller'),
|
$this->helper->route('foo_tests_dotdot_index_controller'),
|
||||||
$rewrite_prefix . 'index',
|
$rewrite_prefix . 'index',
|
||||||
),
|
),
|
||||||
|
*/
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($redirects as $redirect)
|
foreach ($redirects as $redirect)
|
||||||
|
|
Loading…
Add table
Reference in a new issue