Skip to content
Snippets Groups Projects

Issue #3504629: Change target branch and include test coverage

Closes #3504629

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • The source branch is 567 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1159 1159 // Set the argument, which ensures that the argument is valid and
1160 1160 // possibly transforms the value.
1161 1161 if (!$argument->setArgument($arg)) {
1162 $status = $argument->validateFail($arg);
1163 break;
1162 $status = $argument->validateFail($arg) && $status;
  • 1184 1184 }
    1185 1185 else {
    1186 1186 // Determine default condition and handle.
    1187 $status = $argument->defaultAction();
    1188 break;
  • Stephen Mustgrave added 163 commits

    added 163 commits

    • 610f17e7...1e391b33 - 162 commits from branch project:11.x
    • 6796d7f0 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into...

    Compare with previous version

  • Please register or sign in to reply
    Loading