I have following problem with setting up my phpunit tests. The project I'm working on has different class naming convetion, for example - class name is cMailing and the name of that file is class_mailing.php. How to automate phpunit lookup for that class in my tests?