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 771dcf4 commit 520c3bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Subscriber/TestStopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ public function testStopped(): void
self::assertEquals(10, $timing['duration']);
self::assertEquals(1, $timing['times']);
}

public function testStoppedWithoutStart(): void
{
$reportTest = new TestStop($this->collector);
$reportTest->notify(self::fakeEventTestFinished());
}
}

0 comments on commit 520c3bd

Please sign in to comment.