Level 122
are all the letter cases the same (filename, classname and namespace) ?
When I run php artisan test in my Laravel 10 project, I keep getting warnings, any idea why?
WARN Class CreatesApplication cannot be found in /........./project/tests/CreatesApplication.php
WARN Class Tests\TestCase declared in /........./project/tests/TestCase.php is abstract
All the files are there.
Please or to participate in this conversation.