Class LegacyCommandRunner
Class that dispatches to the legacy ShellDispatcher using the same signature as the newer CommandRunner
Namespace: Cake\Console\TestSuite
Method Summary
-
run() public
Mimics functionality of Cake\Console\CommandRunner
Method Detail
run() ΒΆ public
run(array $argv, Cake\Console\ConsoleIo|null $io = null): int
Mimics functionality of Cake\Console\CommandRunner
Parameters
-
array
$argv Argument array
-
Cake\Console\ConsoleIo|null
$io optional A ConsoleIo instance.
Returns
int