We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56901a commit bc51b17Copy full SHA for bc51b17
src/Reporter/DefaultReporter.php
@@ -64,7 +64,7 @@ public function report(SlowTestList $slowTestList): string
64
private function lines(SlowTestList $slowTestList): \Generator
65
{
66
$durationFormatter = $this->durationFormatter;
67
- $formattedMaximumGlobalDuration = $durationFormatter->format($this->maximumDuration);
+ $formattedMaximumGlobalDuration = $durationFormatter->format($this->maximumDuration->toDuration());
68
69
$slowTestCount = $slowTestList->count();
70
0 commit comments