mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
style: plugin actions improvements
This commit is contained in:
@ -69,7 +69,7 @@ $bootPest = (static function (): void {
|
||||
|
||||
$bootPest();
|
||||
|
||||
$phpunitArgv = (new CallsHandleArguments())($phpunitArgv);
|
||||
$phpunitArgv = CallsHandleArguments::execute($phpunitArgv);
|
||||
|
||||
$application = new ApplicationForWrapperWorker(
|
||||
$phpunitArgv,
|
||||
|
||||
Reference in New Issue
Block a user