Skip to content
Snippets Groups Projects

Issue #3534659: Remove outdated \Drupal\Tests\diff\Functional\CoreVersionUiTestTrait

Open Issue #3534659: Remove outdated \Drupal\Tests\diff\Functional\CoreVersionUiTestTrait

Closes #3534659

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
74 73 ]);
75 74
76 75 // Reference article B in article A.
76 $this->drupalGet('node/' . $node1->id() . '/edit');
  • 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);
  • Ide Braakman added 1 commit

    added 1 commit

    • 3a4a1fae - Replace hardcoded paths with toUrl

    Compare with previous version

  • Ide Braakman added 1 commit

    added 1 commit

    • 3f4b304e - Remove DiffRevisionContentModerationTest::submitForm override

    Compare with previous version

  • Please register or sign in to reply
    Loading