Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 1fa93b2

Browse files
SlamdunkDavertMik
authored andcommitted
ResultPrinter\UI: overwrite missing addRiskyTest (#37)
1 parent f18ed63 commit 1fa93b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ResultPrinter/UI.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ public function addIncompleteTest(\PHPUnit\Framework\Test $test, \Throwable $e,
9393
$this->lastTestFailed = true;
9494
}
9595

96+
public function addRiskyTest(\PHPUnit\Framework\Test $test, \Throwable $e, float $time) : void
97+
{
98+
$this->lastTestFailed = true;
99+
}
100+
96101
public function addSkippedTest(\PHPUnit\Framework\Test $test, \Throwable $e, float $time) : void
97102
{
98103
$this->lastTestFailed = true;

0 commit comments

Comments
 (0)