We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cfdc7 commit 5b472faCopy full SHA for 5b472fa
1 file changed
plugins/SegmentEditor/tests/Fixtures/SegmentManagementPageFixture.php
@@ -40,7 +40,6 @@ public function setUp(): void
40
parent::setUp();
41
42
$this->setUpSegments();
43
- $this->warmUpPreProcessedSegmentArchive();
44
}
45
46
private function setUpSegments(): void
@@ -71,14 +70,4 @@ private function setUpSegments(): void
71
70
72
73
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
- }
84
0 commit comments