laracoft's avatar

Warnings from `artisan test`

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.

0 likes
2 replies
Snapey's avatar

are all the letter cases the same (filename, classname and namespace) ?

laracoft's avatar

@Snapey

Yes, they are files generated by Laravel and I did not touch them. In any case, I re-created the project from scratch and the errors are gone, seems to be an issue from my phpunit.xml

Thank you.

Please or to participate in this conversation.