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 838f535 commit 9039203Copy full SHA for 9039203
test/Unit/LegacyAnalyticsTest.php
@@ -17,6 +17,8 @@ class LegacyAnalyticsTest extends \PHPUnit\Framework\TestCase
17
18
protected function setUp(): void
19
{
20
+ parent::setUp();
21
+
22
$this->prefill = [
23
// Analytics
24
'measurement_id' => 'G-XXXXXXXX',
0 commit comments