mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
chore: style
This commit is contained in:
@@ -204,7 +204,7 @@ final class Shard implements AddsOutput, HandlesArguments, Terminable
|
|||||||
TestSuite::getInstance()->testPath,
|
TestSuite::getInstance()->testPath,
|
||||||
);
|
);
|
||||||
|
|
||||||
$output = (new Process($command))->setTimeout(120)->mustRun()->getOutput();
|
$output = new Process($command)->setTimeout(120)->mustRun()->getOutput();
|
||||||
|
|
||||||
return $this->parseListTestsOutput($output);
|
return $this->parseListTestsOutput($output);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user