Fatal error: Class 'TestCase' not found in (laravel) Php Storm
问题 I create a laravel framework fresh copy from composer and when run on PHP Storm i m facing this error in PHP Storm Fatal error: Class 'TestCase' not found in C:\xampp\htdocs\testproject\app\tests\ExampleTest.php on line 3 cd C:\xampp\htdocs\testproject Current working directory is 'C:\xampp\htdocs\testproject'. phpunit Cannot run program "phpunit" (in directory "C:\xampp\htdocs\testproject" ): CreateProcess error=2, The system cannot find the file specified 回答1: I had this problem in the past