\Cake\TestSuiteLegacyCommandRunner

Class that dispatches to the legacy ShellDispatcher using the same signature as the newer CommandRunner

Summary

Methods
Properties
Constants
run()
No public properties found
No constants found
No protected methods found
$_io
N/A
No private methods found
No private properties found
N/A

Properties

Methods

run()

run(array  $argv, \Cake\Console\ConsoleIo  $io = null) : integer

Mimics functionality of Cake\Console\CommandRunner

Parameters

array $argv

Argument array

\Cake\Console\ConsoleIo $io

ConsoleIo

Returns

integer