mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11480] Fix the double spaces in phpbb_functional_test_case
PHPBB3-11480
This commit is contained in:
parent
5762af6180
commit
0ce27eacb1
@ -747,7 +747,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||||||
// I use a request because the form submission method does not allow you to send data that is not
|
// 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)
|
// 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.
|
// Instead, I send it as a request with the submit button "post" set to true.
|
||||||
return self::request('POST', $posting_url, $form_data);
|
return self::request('POST', $posting_url, $form_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user