Problem/Motivation

drupalPostForm($url, $values, $button_text); is deprecated. Use drupalGet($url) plus submitForm($values, $button_text); instead.

CommentFileSizeAuthor
#2 3215472-2.patch605 bytespaulocs
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

paulocs created an issue. See original summary.

paulocs’s picture

Assigned: paulocs » Unassigned
Status: Active » Needs review
FileSize
605 bytes
marcusvsouza’s picture

Status: Needs review » Reviewed & tested by the community

RTBC!

gaurav.kapoor’s picture

The deprecation message goes away after applying this patch locally and then running tests. Thanks for working on this.

  • gaurav.kapoor committed aef8f1b on 8.x-1.x authored by paulocs
    Issue #3215472 by paulocs, marcusvsouza, gaurav.kapoor: drupalPostForm...
gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.