mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
refacto: optional argument
This commit is contained in:
@ -76,7 +76,7 @@ final class Kernel
|
||||
$argv = (new Plugins\Actions\CallsHandleArguments())->__invoke($argv);
|
||||
|
||||
try {
|
||||
$this->application->run($argv, false);
|
||||
$this->application->run($argv);
|
||||
} catch (NoTestsFound) {
|
||||
$output->writeln([
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user