Skip to content

Commit 633f2bf

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 4ce62ea commit 633f2bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/TestCase.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ public static function tearDownAfterClass(): void
148148
static::tearDownAfterClassUsingPHPUnit();
149149
}
150150

151-
/** {@inheritDoc} */
151+
/**
152+
* {@inheritDoc}
153+
*
154+
* @codeCoverageIgnore
155+
*/
152156
#[\Override]
153157
protected function onNotSuccessfulTest(Throwable $exception): void
154158
{

0 commit comments

Comments
 (0)