Problem/Motivation

When running tests. drupalPostForm() is deprecated in drupal:9.2.0. It must be changed for submitForm()

Steps to reproduce

Proposed resolution

Change drupalPostForm() for submitForm()

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

taniachque created an issue. See original summary.

Status: Needs review » Needs work

The last submitted patch, 2130961-submitForm-1.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

taniachque’s picture

Correcting the name to 3229132-submitForm.patch
Fixing two errors of the previous patch in ParagraphsAdministrationTest.php and ParagraphsWidgetElementsTest.php

taniachque’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 3: 3229132-submitForm-3.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

mathilde_dumond’s picture

Assigned: taniachque » Unassigned
mathilde_dumond’s picture

taniachque’s picture

Assigned: Unassigned » taniachque
taniachque’s picture

Status: Needs work » Needs review
FileSize
657 bytes
320.42 KB

Fixing a error on line 358 of the previous patch in ParagraphsAdministrationTest.php.

  • Berdir committed 1a072c0 on 8.x-1.x authored by taniachque
    Issue #3229132 by taniachque: drupalPostForm() must be changed for...
Berdir’s picture

Quite a patch. Scanned through it, didn't notice anything wrong. Committed.

Berdir’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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