mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Refactor
This commit is contained in:
4
bin/pest
4
bin/pest
@ -61,9 +61,5 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||||||
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
|
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Arr::get($_SERVER, 'PARATEST', false) !== false) {
|
|
||||||
TestSuite::getInstance()->isInParallel = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
exit($container->get(Command::class)->run($_SERVER['argv']));
|
exit($container->get(Command::class)->run($_SERVER['argv']));
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user