|
66 | 66 | ], |
67 | 67 | 'Cake\Command\ServerCommand' => ['_host', '_port', '_documentRoot', '_iniPath'], |
68 | 68 | ], |
| 69 | + 'Console' => [ |
| 70 | + 'Cake\Console\TestSuite\ConsoleIntegrationTestTrait' => ['_exitCode', '_out', '_err', '_in'], |
| 71 | + 'Cake\Console\TestSuite\StubConsoleOutput' => ['_out'], |
| 72 | + 'Cake\Console\ConsoleInput' => ['_input', '_canReadline'], |
| 73 | + 'Cake\Console\ConsoleInputArgument' => [ |
| 74 | + '_name', '_help', '_required', '_choices', '_default', '_separator', |
| 75 | + ], |
| 76 | + 'Cake\Console\ConsoleInputOption' => [ |
| 77 | + '_name', '_short', '_help', '_boolean', '_default', '_multiple', '_choices', '_separator', |
| 78 | + ], |
| 79 | + 'Cake\Console\ConsoleIo' => ['_out', '_err', '_in', '_helpers', '_level', '_lastWritten'], |
| 80 | + 'Cake\Console\ConsoleOptionParser' => [ |
| 81 | + '_description', '_epilog', '_options', '_shortOptions', '_args', '_command', '_tokens', |
| 82 | + ], |
| 83 | + 'Cake\Console\ConsoleOutput' => [ |
| 84 | + '_output', '_outputAs', '_foregroundColors', '_backgroundColors', '_options', '_styles', |
| 85 | + ], |
| 86 | + 'Cake\Console\Helper' => ['_io'], |
| 87 | + 'Cake\Console\HelperRegistry' => ['_io'], |
| 88 | + 'Cake\Console\HelpFormatter' => ['_maxArgs', '_maxOptions', '_parser', '_alias'], |
| 89 | + ], |
69 | 90 | 'Core' => [ |
70 | 91 | 'Cake\Core\StaticConfigTrait' => ['_config', '_dsnClassMap', '_registry'], |
71 | 92 | ], |
|
0 commit comments