mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Improvements
This commit is contained in:
2
bin/pest
2
bin/pest
@ -62,7 +62,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
$_SERVER['argv'][] = '--runner';
|
||||
$_SERVER['argv'][] = Runner::class;
|
||||
|
||||
exit(ParaTestCommand::applicationFactory(getcwd())->run(new ArgvInput()));
|
||||
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
|
||||
}
|
||||
|
||||
exit($container->get(Command::class)->run($_SERVER['argv']));
|
||||
|
||||
Reference in New Issue
Block a user