mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
refactor: parallel
This commit is contained in:
@ -121,8 +121,7 @@ final class WrapperRunner implements RunnerInterface
|
||||
|
||||
$result = TestResultFacade::result();
|
||||
|
||||
$this->printer->setTestCount($suiteLoader->testCount);
|
||||
$this->printer->start();
|
||||
$this->printer->start($suiteLoader->testCount);
|
||||
|
||||
$this->timer->start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user