$_useCommandRunner
$_useCommandRunner : boolean
Whether or not to use the CommandRunner
A test case class intended to make integration tests of cake console commands easier.
$_out : \Cake\TestSuite\Stub\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject|null
Console output stub
$_err : \Cake\TestSuite\Stub\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject|null
Console error output stub
$_in : \Cake\Console\ConsoleInput|\PHPUnit_Framework_MockObject_MockObject|null
Console input mock
makeRunner() : \Cake\Console\CommandRunner|\Cake\TestSuite\LegacyCommandRunner
Builds the appropriate command dispatcher
Loading…