Implement --fail-on-risky and --fail-on-warning commandline options as well as failOnRisky and failOnWarning configuration options #1905
Labels
type/enhancement
A new idea that should be implemented
Milestone
Use
exit(PHPUnit_TextUI_TestRunner::FAILURE_EXIT);
instead ofexit(PHPUnit_TextUI_TestRunner::SUCCESS_EXIT);
when there are no test failures and no test errors but risky tests or tests with warnings.The text was updated successfully, but these errors were encountered: