Laravel 4 PHP Fatal error: Class 'Illuminate\Foundation\Testing\TestCase' not found

前端 未结 3 903
Happy的楠姐
Happy的楠姐 2021-01-06 15:34

I get the following error when I run phpunit with Laravel 4.

PHP Fatal error:  Class \'Illuminate\\Foundation\\Testing\\TestCase\' not found in 
3条回答
  •  难免孤独
    2021-01-06 16:27

    Try to remove your "vendor" folder and the file named composer.lock after that run:

    composer install
    

    Pay attention to the output produced by composer.

提交回复
热议问题