I\'m running a brand new test suite in PHPUnit, I\'d like to see the result of each test with the test name next to it. It would make fixing broken tests and TDD easier.
Also, if you would like output of what specific test is being run by line, try the --debug flag, this way when errors are being thrown, you will know what test throwing the error by name.