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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3218272-6.patch | 54.33 KB | valthebald |
| #6 | interdiff-3218272-5-6.txt | 272 bytes | valthebald |
| #5 | 3218272-5.patch | 54.33 KB | valthebald |
| #5 | interdiff-3218272-2-5.txt | 1.53 KB | valthebald |
| #2 | 3218272-2.patch | 53.6 KB | hmendes |
Issue fork examples-3218272
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
Comment #2
hmendes commentedComment #3
hmendes commentedComment #5
valthebaldThere were mentions of "drupalPostForm()" in the comments, replaced them as well.
Comment #6
valthebaldFix failing test
Comment #8
valthebaldCommitted to 3.x
Thanks everyone!