I was doing some work in PHPUnit and one of the request from company was export to xml.. So I was thinking, how to do that? I found some tutorials online, but I run into error Class 'PHPUnit_Util_Log_XML' not found in...
I found out that PHPUnit_Util_Log_XML was renamed into PHPUnit_Util_Log_JUnit ...
I just thought I can save someone searching..