Skip to content

Commit

Permalink
- more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Nov 8, 2019
1 parent 38e4fac commit bf99984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Sentry/SnapshotterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ public function testLoggerWithState(): void
$state = new State();
$state->setTag('test', 'tag');
$state->addLogEvent(new LogEvent(new \DateTime(), 'default', 'error', 'hello world'));
$state->addLogEvent(new LogEvent(new \DateTime(), 'default', 'info', 'hello world'));
$state->addLogEvent(new LogEvent(new \DateTime(), 'default', 'alert', 'hello world'));
$state->addLogEvent(new LogEvent(new \DateTime(), 'default', 'warning', 'hello world'));

$sentry = new SentrySnapshotter(
$client,
Expand Down

0 comments on commit bf99984

Please sign in to comment.