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

[ticket/12090] Change redirect tests to use route()

PHPBB3-12090
This commit is contained in:
Joas Schilling
2014-03-07 12:42:06 +01:00
parent 51273f6fb1
commit ecf1e94726
4 changed files with 23 additions and 40 deletions

View File

@@ -63,15 +63,15 @@ class controller
'tests/index.php',
),
array(
$this->helper->url('index'),
$this->helper->url('foo_index_controller'),
$rewrite_prefix . 'index',
),
array(
$this->helper->url('tests/index'),
$this->helper->url('foo_tests_index_controller'),
$rewrite_prefix . 'tests/index',
),
array(
$this->helper->url('tests/../index'),
$this->helper->url('foo_tests_dotdot_index_controller'),
$rewrite_prefix . 'index',
),
/*