diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-09-16 13:14:59 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-09-16 13:14:59 +0200 |
| commit | 3e851907988b5b8e542f0a838cebfa8185b55ac4 (patch) | |
| tree | 4ad32c4709be93d27e729f005ce8288201f6be9a /tests | |
| parent | 18dd250f5263d4c49c83b18f7f567b3db30c8339 (diff) | |
| parent | 5be990e9599f41a87d2c9d847a351b4b03e8debd (diff) | |
| download | forums-3e851907988b5b8e542f0a838cebfa8185b55ac4.tar forums-3e851907988b5b8e542f0a838cebfa8185b55ac4.tar.gz forums-3e851907988b5b8e542f0a838cebfa8185b55ac4.tar.bz2 forums-3e851907988b5b8e542f0a838cebfa8185b55ac4.tar.xz forums-3e851907988b5b8e542f0a838cebfa8185b55ac4.zip | |
Merge pull request #5305 from MikelAlejoBR/ticket/15733
[ticket/15733] Remove unused code related to deprecated flood control
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index e1daa4558a..12a296a4bf 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -1176,10 +1176,6 @@ class phpbb_functional_test_case extends phpbb_test_case } } - // Bypass time restriction that said that if the lastclick time (i.e. time when the form was opened) - // is not at least 2 seconds before submission, cancel the form - $form_data['lastclick'] = 0; - // I use a request because the form submission method does not allow you to send data that is not // contained in one of the actual form fields that the browser sees (i.e. it ignores "hidden" inputs) // Instead, I send it as a request with the submit button "post" set to true. |
