Skip to content

Commit 5b472fa

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

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

plugins/SegmentEditor/tests/Fixtures/SegmentManagementPageFixture.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function setUp(): void
4040
parent::setUp();
4141

4242
$this->setUpSegments();
43-
$this->warmUpPreProcessedSegmentArchive();
4443
}
4544

4645
private function setUpSegments(): void
@@ -71,14 +70,4 @@ private function setUpSegments(): void
7170
}
7271
}
7372
}
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-
}
8473
}

0 commit comments

Comments
 (0)