mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37: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);
|
$argv = (new Plugins\Actions\CallsHandleArguments())->__invoke($argv);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$this->application->run($argv, false);
|
$this->application->run($argv);
|
||||||
} catch (NoTestsFound) {
|
} catch (NoTestsFound) {
|
||||||
$output->writeln([
|
$output->writeln([
|
||||||
'',
|
'',
|
||||||
|
|||||||
Reference in New Issue
Block a user