mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
style: plugin actions improvements
This commit is contained in:
+1
-1
@@ -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