diff --git a/src/ResultPrinter/Report.php b/src/ResultPrinter/Report.php index 3e108f8..f09daa5 100644 --- a/src/ResultPrinter/Report.php +++ b/src/ResultPrinter/Report.php @@ -54,8 +54,8 @@ public function printResult(\PHPUnit\Framework\TestResult $result) "Successful: %d. Failed: %d. Incomplete: %d. Skipped: %d. Useless: %d", $this->successful, $this->failed, - $this->skipped, $this->incomplete, + $this->skipped, $this->risky ) . "\n"); }