mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
WIP
This commit is contained in:
committed by
Nuno Maduro
parent
d03302db7b
commit
7466667c08
@ -96,8 +96,6 @@ final class WrapperRunner implements RunnerInterface
|
||||
|
||||
public function run(): int
|
||||
{
|
||||
$this->timer->start();
|
||||
|
||||
ExcludeList::addDirectory(dirname(__DIR__));
|
||||
TestResultFacade::init();
|
||||
EventFacade::seal();
|
||||
@ -108,6 +106,9 @@ final class WrapperRunner implements RunnerInterface
|
||||
|
||||
$this->printer->setTestCount($suiteLoader->testCount);
|
||||
$this->printer->start();
|
||||
|
||||
$this->timer->start();
|
||||
|
||||
$this->startWorkers();
|
||||
$this->assignAllPendingTests();
|
||||
$this->waitForAllToFinish();
|
||||
|
||||
Reference in New Issue
Block a user