mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
First step in improving test coverage.
This commit is contained in:
@@ -33,6 +33,8 @@ use Illuminate\Support\Collection;
|
||||
|
||||
/**
|
||||
* Class PopupReport.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class PopupReport implements PopupReportInterface
|
||||
{
|
||||
|
||||
@@ -35,6 +35,8 @@ use Illuminate\Support\Collection;
|
||||
|
||||
/**
|
||||
* Class ReportHelper.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ReportHelper implements ReportHelperInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user