Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 29, 2024
1 parent 4ce62ea commit 633f2bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ public static function tearDownAfterClass(): void
static::tearDownAfterClassUsingPHPUnit();
}

/** {@inheritDoc} */
/**
* {@inheritDoc}
*
* @codeCoverageIgnore
*/
#[\Override]
protected function onNotSuccessfulTest(Throwable $exception): void
{
Expand Down

0 comments on commit 633f2bf

Please sign in to comment.