is there a way to print the execution time of each test with PHPUnit?
In my opinion, the simplest solution is to export test statistic as json:
$ phpunit --log-json testExport.json