testdox¶
TestDox, which stands for TestDocs, is an output format for unit test frameworks, where the name of the tests, aka the methods, are converted into a human readable string.
PHPunit is able to export to that format.
See also Make PHPUnit test reports more detailed using TestDox.
Related : PHPunit