Skip to content
Snippets Groups Projects

Issue #3314803: Move ReadinessTrait::getOverallSeverity into ValidationResult

Merged Issue #3314803: Move ReadinessTrait::getOverallSeverity into ValidationResult
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
27 27 ValidationResult::createError(['Boo!']),
28 28 ValidationResult::createWarning(['Moo!']),
29 29 ];
30 $this->assertSame(SystemManager::REQUIREMENT_ERROR, $this->getOverallSeverity($results));
30 $this->assertSame(SystemManager::REQUIREMENT_ERROR, ValidationResult::getOverallSeverity($results));
  • One change; otherwise this looks :thumbsup:

  • Yash Rode added 1 commit

    added 1 commit

    • 40623618 - moved test coverage to package manager

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading