Is it possible to run a PHP script automatically after completing the PHPUnit tests?
I want to report some non-fatal problems (that is, correct but suboptimal test results) after all tests are completed.
Assuming you might find such suboptimal results, PHPUnit has a PHPUnit plugins object.