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