The output you get from phpunit when you specify --testdox
is prettier and more informative than the default dots, so I would like to see it that way all the time. But I've not been able to figure out the way to express my wish for testdox output in a phpunit.xml file, unless it's redirected to a file. I want to see it right away on the console.
Any ideas?
phpunit.xml
. – Powerless