- run every possible console command with every possible argument
- confirm, that no Fatal Error or Exception happens and command does what it needs to
Details
Details
- Reviewers
glebs - Commits
- rINP16282: Fixes INP-1482 - Add "ConsoleIO" class
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
- don't use factory for getting ConsoleIO class to avoid dependency loop during classmap:rebuild command run
- add <question> output formmatter style to ConsoleIO::choose method like it's done in ConsoleIO::ask method