mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13192] Add test for app.php in external subfolder
PHPBB3-13192
This commit is contained in:
@@ -434,6 +434,8 @@ class phpbb_path_helper_test extends phpbb_test_case
|
||||
array('app.php/foo', false, 'app.php/foo'),
|
||||
array('/../app.php/foo', true, '../foo'),
|
||||
array('/../app.php/foo', false, '../app.php/foo'),
|
||||
array('/../example/app.php/foo/bar', true, '../example/foo/bar'),
|
||||
array('/../example/app.php/foo/bar', false, '../example/app.php/foo/bar'),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user