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
You want to be using --testdox
phpunit --testdox