Follow up from #177 PHPUnit has multiple options to handle output about specific test outcomes: * `--display-incomplete` * `--display-skipped` * `--display-deprecations` * `--display-errors` * `--display-notices` * `--display-warnings` There are also two other related options that influence the same thing (and should be implemented all together then): * `--reverse-list` * `--no-results`