Skip to content

Commit

Permalink
test: mark analytics envents as incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenhoang committed Jun 21, 2024
1 parent 369d525 commit 0b36de4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Feature/AnalyticsEventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class AnalyticsEventsTest extends TestCase

public function testNeedImplementationForAnalyticsEvents(): void
{
$this->assertTrue(true);
$this->markTestIncomplete(
'This test has not been implemented yet.',
);
}
}

0 comments on commit 0b36de4

Please sign in to comment.