Why I'm getting this PHP error?
Fatal error: Class 'PHPUnit_Framework_TestCase' not found in ...
|
Why I'm getting this PHP error?
|
|||
|
|
The PHPUnit documentation
UPDATE As of PHPUnit 3.5, there is a built-in autoloader class that will handle this for you:
Thanks to Phoenix for pointing this out! |
|||||||||||||||||||
|
|
Assumption: Phpunit (3.7) is available in the console environment. Action: Enter the following command in the console: SHELL> phpunit "{{PATH TO THE FILE}}" Comments: You do not need to include anything in the new versions of PHPUnit unless you do not want to run in the console. For example, running tests in the browser. |
||||
|
|