Why I\'m getting this PHP error?
Fatal error: Class \'PHPUnit_Framework_TestCase\' not found in ...
For me, it was because I ran
$ phpunit .
instead of
$ phpunit
when I already had a configured phpunit.xml file in the working directory.
phpunit.xml