mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13280] Add new tests
PHPBB3-13280
This commit is contained in:
parent
f142ed28e4
commit
526a97db7c
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||||
array('f', 'style', 't'),
|
array('f', 'style', 't'),
|
||||||
'http://test.phpbb.com/viewtopic.php?',
|
'http://test.phpbb.com/viewtopic.php?',
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'posting.php?f=2&mode=delete&p=20%22%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E',
|
||||||
|
false,
|
||||||
|
'phpBB/posting.php?f=2&mode=delete&p=20%22%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E',
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue