mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/13192] Add test for app.php in external subfolder
PHPBB3-13192
This commit is contained in:
parent
e6509aaf60
commit
da189a105b
1 changed files with 2 additions and 0 deletions
|
@ -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', false, 'app.php/foo'),
|
||||||
array('/../app.php/foo', true, '../foo'),
|
array('/../app.php/foo', true, '../foo'),
|
||||||
array('/../app.php/foo', false, '../app.php/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'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue