1 drupal.classes.inc protected DrupalWebTestCase::drupalPost($path, $edit, $submit, array $options = array(), array $headers = array(), $form_html_id = NULL, $extra_post = NULL)

File

core/includes/drupal.classes.inc, line 78
Contains class and interface wrappers for Drupal 7.x compatibility.

Class

DrupalWebTestCase

Code

protected function drupalPost($path, $edit, $submit, array $options = array(), array $headers = array(), $form_html_id = NULL, $extra_post = NULL) {
  return $this->backdropPost($path, $edit, $submit, $options, $headers, $form_html_id, $extra_post);
}