mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13192] Order test cases consistently
PHPBB3-13192
This commit is contained in:
parent
281cc53532
commit
7ba1a96427
1 changed files with 2 additions and 2 deletions
|
@ -430,10 +430,10 @@ class phpbb_path_helper_test extends phpbb_test_case
|
|||
array('index', false, 'index'),
|
||||
array('foo/index', true, 'foo/index'),
|
||||
array('foo/index', false, 'foo/index'),
|
||||
array('app.php/foo', false, 'app.php/foo'),
|
||||
array('app.php/foo', true, 'foo'),
|
||||
array('/../app.php/foo', false, '../app.php/foo'),
|
||||
array('app.php/foo', false, 'app.php/foo'),
|
||||
array('/../app.php/foo', true, '../foo'),
|
||||
array('/../app.php/foo', false, '../app.php/foo'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue