Problem/Motivation
drupalPostForm($url, $values, $button_text); is deprecated. Use drupalGet($url) plus submitForm($values, $button_text); instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3215472-2.patch | 605 bytes | paulocs |
drupalPostForm($url, $values, $button_text); is deprecated. Use drupalGet($url) plus submitForm($values, $button_text); instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3215472-2.patch | 605 bytes | paulocs |
Comments
Comment #2
paulocsComment #3
marcusvsouza commentedRTBC!
Comment #4
gaurav.kapoor commentedThe deprecation message goes away after applying this patch locally and then running tests. Thanks for working on this.
Comment #6
gaurav.kapoor commented