issueData(2, 'SomeLevel2IssueType'), $this->issueData(-1, 'SomeAlwaysReportedIssueType'), $this->issueData(4, 'SomeLevel4IssueType'), $this->issueData(7, 'SomeLevel7IssueType'), $this->issueData(4, 'AnotherLevel4IssueType'), $this->issueData(4, 'SomeLevel4IssueType'), // same issue type as above, will be sorted together $this->issueData(1, 'SomeIssueType'), $this->issueData(-2, 'SomeFeatureSpecificIssueType'), ]; $reportOptions = new ReportOptions(); $reportOptions->use_color = false; $report = new ByIssueLevelAndTypeReport($issuesData, [], $reportOptions); $this->assertSame(<<