i have controller class "UserController"(in controller folder) which extends BaseController (present in app folder),
when i right click and select option "Create PHPUnitTests" it gives me following error:
phpunit Fatal error: Class 'Base Controller' not found
can ayone tell me why i get this error and what i have to configure for the same.
I using custom php framework
includethe BaseController` by hand?include_once('path/to/BaseController.php');