Description

This code will fail as systemMonitorUtility::getIncidentStatus() doesn't exist.

public function getIncidentStatus($event_id) {
    return $this->systemMonitorUtility->getIncidentStatus($event_id);
  }

Acceptance Criteria

* Method call is updated
* Phpunit tests to cover method

Comments

robpowell created an issue. See original summary.

merauluka’s picture

Status: Active » Closed (won't fix)

This is no longer an issue because this method has been removed from SystemMonitorTaskManager.