diff options
| author | Máté Bartus <mate.bartus@gmail.com> | 2017-09-09 12:07:52 +0200 |
|---|---|---|
| committer | Máté Bartus <mate.bartus@gmail.com> | 2017-09-09 12:07:52 +0200 |
| commit | c265eab081cce761d150cf4a641ead5483193ab7 (patch) | |
| tree | c9a1f46f3c1c3e54a21d0e6148da7ee6284b9b29 /tests | |
| parent | 16da17a4ba4b55404dba2b3416d8c62971ba16ca (diff) | |
| parent | c368d170cf09d06ff63249d4405323e6108d90bb (diff) | |
| download | forums-c265eab081cce761d150cf4a641ead5483193ab7.tar forums-c265eab081cce761d150cf4a641ead5483193ab7.tar.gz forums-c265eab081cce761d150cf4a641ead5483193ab7.tar.bz2 forums-c265eab081cce761d150cf4a641ead5483193ab7.tar.xz forums-c265eab081cce761d150cf4a641ead5483193ab7.zip | |
Merge pull request #4932 from Nicofuma/ticket/15351
[ticket/15351] Makes confirm_works in a router context (app.php)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/session/extract_page_test.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/session/extract_page_test.php b/tests/session/extract_page_test.php index 88eb7b2c1a..f8aa3d27a5 100644 --- a/tests/session/extract_page_test.php +++ b/tests/session/extract_page_test.php @@ -136,6 +136,22 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case 'forum' => 0, ), ), + array( + './community', + '/app.php', + '', + '/', + '/kb', + array( + 'page_name' => 'app.php/kb', + 'page_dir' => '..', + 'query_string' => '', + 'script_path' => '/', + 'root_script_path' => '/community/', + 'page' => '../app.php/kb', + 'forum' => 0, + ), + ), ); } |
