Hello,
I have installed PHPUnit on Mac OS X and written a simple test class. However, any test that I try to run fails with the following error:
Class NewTest could not be found in NewTest.php
It appears as though all tests I try to run fail with this message.
Does anyone know what is causing this error and how to fix it?
Thanks