Issue #3534659: Remove outdated \Drupal\Tests\diff\Functional\CoreVersionUiTestTrait
2 open threads
Closes #3534659
Merge request reports
Activity
74 73 ]); 75 74 76 75 // Reference article B in article A. 76 $this->drupalGet('node/' . $node1->id() . '/edit'); changed this line in version 4 of the diff
52 52 * 53 53 * Override form submission to work with content moderation. 54 54 */ 55 protected function drupalPostNodeForm($path, array $edit, $submit): void { 55 protected function submitForm(array $edit, $submit, $form_html_id = NULL): void { 56 56 // New revisions are automatically enabled, so remove the manual value. 57 57 unset($edit['revision']); 58 parent::drupalPostNodeForm($path, $edit, $submit); 58 parent::submitForm($edit, $submit, $form_html_id); changed this line in version 5 of the diff
added 1 commit
- 3f4b304e - Remove DiffRevisionContentModerationTest::submitForm override
Please register or sign in to reply