Problem/Motivation
- Fix: Calling
Drupal\Tests\UiHelperTrait::drupalPostForm()is removed indrupal:10.0.0. Use$this->submitForm()instead. - See https://www.drupal.org/node/3168858
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3189974-7.patch | 76.71 KB | yas |
Issue fork cloud-3189974
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
yasComment #3
Pooja Ganjage commentedHi,
Creating a patch for this issue.
Please review the patch.
Thanks.
Comment #4
Pooja Ganjage commentedComment #5
Pooja Ganjage commentedComment #7
yas@pooja-ganjage
Thank you for supplying the patch. I refactored the following:
submitForm()requiresdrupalGet()before we call it.$this->t()for every single string (label) such as'Save'.Comment #8
yas@all
I'll merge the patch to
3.xand close this issue asFixed.Comment #10
yasComment #11
yasComment #13
yasComment #14
yas