mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Refactor
This commit is contained in:
1
bin/pest
1
bin/pest
@ -58,7 +58,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||||||
$_SERVER['argv'] = InteractsWithPlugins::handleArguments($_SERVER['argv']);
|
$_SERVER['argv'] = InteractsWithPlugins::handleArguments($_SERVER['argv']);
|
||||||
|
|
||||||
if ($argv->hasParameterOption('--parallel')) {
|
if ($argv->hasParameterOption('--parallel')) {
|
||||||
LoadStructure::in($testSuite->rootPath);
|
|
||||||
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
|
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user