User tests: Successful: Unsuccessful:
Symfony provides Command::SUCCESS
and Command::FAILURE
return statuses
This PR replaces hand typed integers with those constants
AND Bonus: Fixes typo in CONFIG_GET_OPTION_NOT_FOUND
in libraries/src/Console/GetConfigurationCommand.php
The Command::SUCCESS and Command::FAILURE constants were introduced in Symfony 5.1.
run commands
All commands work and return exit codes appropriate to their exit status
All commands work and return exit codes appropriate to their exit status while reusing built in Class Constants provided by \Symfony\Component\Console\Command\Command
None
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-10 00:57:19 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Merged on review