Problem/Motivation

Replace all the occurrence of deprecated drupalPostForm() method

Proposed resolution

Needs to be replaced by a combination of drupalGet() and submitForm().

Remaining tasks

Review

Issue fork examples-3218272

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

hmendes created an issue. See original summary.

hmendes’s picture

Status: Active » Needs review
StatusFileSize
new53.6 KB
hmendes’s picture

Title: drupalPostForm in functional tests is deprecated » Replace deprecated drupalPostForm() method

rfay made their first commit to this issue’s fork.

valthebald’s picture

StatusFileSize
new1.53 KB
new54.33 KB

There were mentions of "drupalPostForm()" in the comments, replaced them as well.

valthebald’s picture

StatusFileSize
new272 bytes
new54.33 KB

Fix failing test

  • valthebald committed 4bbef5c on 3.x
    Issue #3218272 by valthebald, hmendes, rfay: Replace deprecated...
valthebald’s picture

Status: Needs review » Fixed

Committed to 3.x
Thanks everyone!

Status: Fixed » Closed (fixed)

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