- 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
- Branch
- /in-portal/branches/5.3.x
- Lint
Lint Errors Excuse: Will be fixed other time through mass license replacement - Unit
No Unit Test Coverage - Build Status
Buildable 150 Build 150: arc lint + arc unit
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