1
0
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:
Joas Schilling 2014-03-09 19:17:12 +01:00
parent b29c4c6358
commit 0119a21862

View File

@ -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)