Skip to content

Commit 9a8dd16

Browse files
committed
A tiny bit more cleanup
1 parent 77595a8 commit 9a8dd16

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

tests/Resources/MockApi.php

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function protectedApiMethod()
5555
{
5656
}
5757

58+
// TODO - Try to replace the below methods with more generic ones instead of copying from existing plugins
5859
/**
5960
* Fetch a report for the given idDimension. Only reports for active dimensions can be fetched. Requires at least
6061
* view access.
@@ -364,21 +365,6 @@ public function getCustomReport($idSite, $period, $date, $idCustomReport, $segme
364365
return new DataTable();
365366
}
366367

367-
368-
369-
370-
371-
372-
373-
374-
375-
376-
377-
378-
379-
380-
381-
382368
/**
383369
* Get summary metrics for a specific funnel like the number of conversions, the conversion rate, the number of
384370
* entries etc.

0 commit comments

Comments
 (0)