File tree Expand file tree Collapse file tree
plugins/SegmentEditor/tests/Fixtures Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515use Piwik \Config ;
1616use Piwik \Option ;
1717use Piwik \Plugins \SegmentEditor \API as SegmentEditorAPI ;
18- use Piwik \Plugins \VisitsSummary \API as VisitsSummaryAPI ;
1918use Piwik \Tests \Fixtures \OneVisitorTwoVisits ;
2019
2120class SegmentManagementPageFixture extends OneVisitorTwoVisits
@@ -40,7 +39,6 @@ public function setUp(): void
4039 parent ::setUp ();
4140
4241 $ this ->setUpSegments ();
43- $ this ->warmUpPreProcessedSegmentArchive ();
4442 }
4543
4644 private function setUpSegments (): void
@@ -71,14 +69,4 @@ private function setUpSegments(): void
7169 }
7270 }
7371 }
74-
75- private function warmUpPreProcessedSegmentArchive (): void
76- {
77- VisitsSummaryAPI::getInstance ()->get (
78- $ this ->idSite ,
79- 'range ' ,
80- '2010-03-06,2010-03-08 ' ,
81- self ::SITE_SEGMENT_DEFINITION
82- );
83- }
8472}
You can’t perform that action at this time.
0 commit comments