http://localhost/laravel/app/tests/ExampleTest.php
if i run laravel it shows the following error
Fatal error: Class \'TestCase\' not found in D
Had the same issue with PHPUnit, he would output always the same message : PHP Fatal error: Class 'Tests\TestCase' not found ...
and indeed I think he had troubles to find that class so what you need to do is transform one line :
From this :
To this :
Notice the first line in use and you should do this if there's any other files in the same case