diff --git a/src/Reporter/DefaultReporter.php b/src/Reporter/DefaultReporter.php index 3ab2e2c0..e0cb66c8 100644 --- a/src/Reporter/DefaultReporter.php +++ b/src/Reporter/DefaultReporter.php @@ -125,9 +125,13 @@ private function list(SlowTestList $slowTestList): array $testDescription = $slowTest->testDescription()->toString(); - return <<slowTestCount()->toCount()->toInt()), $slowTestListThatWillBeReported->toArray()); }