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 8e013fe commit fc1e55bCopy full SHA for fc1e55b
src/TestResult.php
@@ -50,7 +50,7 @@ private function parseOutput(): void
50
private function parseMainMetrics(): void
51
{
52
// Duration
53
- if (preg_match('/Duration:\s+([^\n]+)/', $this->rawOutput, $matches)) {
+ if (preg_match('/Duration:\s+([^\n]+)', $this->rawOutput, $matches)) {
54
$this->parsedResults['duration'] = $matches[1];
55
}
56
0 commit comments