Skip to content

Commit

Permalink
added testStoppedWithoutStart
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 18, 2024
1 parent 520c3bd commit 1afbee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Subscriber/TestStopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ public function testStoppedWithoutStart(): void
{
$reportTest = new TestStop($this->collector);
$reportTest->notify(self::fakeEventTestFinished());

// the above code should NOT throw an exception
self::assertTrue(true);
}
}

0 comments on commit 1afbee5

Please sign in to comment.