Skip to content

Commit 0b36de4

Browse files
committed
test: mark analytics envents as incomplete
1 parent 369d525 commit 0b36de4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Feature/AnalyticsEventsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class AnalyticsEventsTest extends TestCase
1515

1616
public function testNeedImplementationForAnalyticsEvents(): void
1717
{
18-
$this->assertTrue(true);
18+
$this->markTestIncomplete(
19+
'This test has not been implemented yet.',
20+
);
1921
}
2022
}

0 commit comments

Comments
 (0)