PHPUnit-Immediate-Printer
PHPUnit-Immediate-Printer copied to clipboard
Generate timing report
After running the tests, a summary of tests that ran longer than a given amount of time would be nice.
It would be possible to add such a feature with a fixed threshold but to make the threshold configurable would not be possible since it is currently not possible to specify options to printers.
See sebastianbergmann/phpunit#2557.