I want to see which test is currently executed during a phpunit run.
I use the --debug param but still only get dots:
--debug
$ phpunit --debug PHPUnit
The best solution I find was to add logging section to your phpunit.xml file