new report: week for users (#2494)

This commit is contained in:
Kevin Papst
2021-04-07 22:20:19 +02:00
committed by GitHub
parent cdad5913ca
commit 2ce6e815ff
27 changed files with 729 additions and 510 deletions

View File

@@ -25,5 +25,9 @@ class ReportTest extends TestCase
self::assertEquals('id', $report->getId());
self::assertEquals('route', $report->getRoute());
self::assertEquals('label', $report->getLabel());
self::assertEquals('reporting', $report->getReportIcon());
$report = new Report('id', 'route', 'label', 'foo');
self::assertEquals('foo', $report->getReportIcon());
}
}