Skip to content

Commit c2c8441

Browse files
committed
Feedback from @sgiehl
1 parent 57cfdc7 commit c2c8441

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

plugins/SegmentEditor/tests/Fixtures/SegmentManagementPageFixture.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Piwik\Config;
1616
use Piwik\Option;
1717
use Piwik\Plugins\SegmentEditor\API as SegmentEditorAPI;
18-
use Piwik\Plugins\VisitsSummary\API as VisitsSummaryAPI;
1918
use Piwik\Tests\Fixtures\OneVisitorTwoVisits;
2019

2120
class 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
}

0 commit comments

Comments
 (0)