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
I had the same problem and resolved it by removing this:
printerClass="PHPUnit_TextUI_ResultPrinter"
from the options on the base tag in the phpunit.xml config file.