diff --git a/core/tests/Drupal/Tests/BrowserTestBase.php b/core/tests/Drupal/Tests/BrowserTestBase.php index e40395e..b791d4d 100644 --- a/core/tests/Drupal/Tests/BrowserTestBase.php +++ b/core/tests/Drupal/Tests/BrowserTestBase.php @@ -922,8 +922,9 @@ protected function submitForm(array $edit, $submit, $form_html_id = NULL) { * Options to be forwarded to the url generator. * * @return string - * The response content after submit form by BC reason. Feel free to use the - * webAssert object for your assertions. + * (deprecated) The response content after submit form. It is necessary for + * backwards compatibility and will be removed before Drupal 9.0. You should + * just use the webAssert object for your assertions. */ protected function drupalPostForm($path, $edit, $submit, array $options = []) { if (is_object($submit)) {